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