C:
char c = '\u0E36';
printf("%c\n", c); // Output: ึ
JavaScript:
const char = '\u0E36';
console.log(char); // Output: ึ
Java:
char c = '\u0E36';
System.out.println(c); // Output: ึ
JSON:
{"text": "\u0E36"} // Value: ึ
Python:
char = '\u0E36'
print(char) # Output: ึ
Perl:
my $char = "\x{0E36}";
print $char; # Output: ึ
PHP:
$char = "\x{0E36}";
echo $char; // Output: ึ
Ruby:
char = "\u{0E36}"
puts char # Output: ึ
Rust:
let c = '\u{E36}';
println!("{}", c); // Output: ึ
Go:
char := '\u0E36'
fmt.Printf("%c\n", char) // Output: ึ
CSS:
/* CSS content property */
.element::before {
content: "\000E36"; /* 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%B8%B6
MD5:
dd0022b61389edd8f310a73bdd5a731e
SHA1:
d0acd6a06d2130dfe7018ac55e68675ab8ed1e23
Base64:
4Li2