C:
char c = '\u0DA0';
printf("%c\n", c); // Output: ච
JavaScript:
const char = '\u0DA0';
console.log(char); // Output: ච
Java:
char c = '\u0DA0';
System.out.println(c); // Output: ච
JSON:
{"text": "\u0DA0"} // Value: ච
Python:
char = '\u0DA0'
print(char) # Output: ච
Perl:
my $char = "\x{0DA0}";
print $char; # Output: ච
PHP:
$char = "\x{0DA0}";
echo $char; // Output: ච
Ruby:
char = "\u{0DA0}"
puts char # Output: ච
Rust:
let c = '\u{DA0}';
println!("{}", c); // Output: ච
Go:
char := '\u0DA0'
fmt.Printf("%c\n", char) // Output: ච
CSS:
/* CSS content property */
.element::before {
content: "\000DA0"; /* Display: ච */
}
HTML Decimal:
<p>HTML decimal: ච</p> <!-- Display: ච -->
HTML Hexadecimal:
<p>HTML hex: ච</p> <!-- Display: ච -->
URL Encoding:
// ච URL encoding
https://unicodefinder.com/search.php?query=%E0%B6%A0
MD5:
a6a7b2e332bb9eed128b8c3b4770f5c4
SHA1:
68a0552e96d84849fae39e922291820f1bacaf14
Base64:
4Lag