C:
char c = '\u17B4';
printf("%c\n", c); // Output: ឴
JavaScript:
const char = '\u17B4';
console.log(char); // Output: ឴
Java:
char c = '\u17B4';
System.out.println(c); // Output: ឴
JSON:
{"text": "\u17B4"} // Value: ឴
Python:
char = '\u17B4'
print(char) # Output: ឴
Perl:
my $char = "\x{17B4}";
print $char; # Output: ឴
PHP:
$char = "\x{17B4}";
echo $char; // Output: ឴
Ruby:
char = "\u{17B4}"
puts char # Output: ឴
Rust:
let c = '\u{17B4}';
println!("{}", c); // Output: ឴
Go:
char := '\u17B4'
fmt.Printf("%c\n", char) // Output: ឴
CSS:
/* CSS content property */
.element::before {
content: "\0017B4"; /* 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=%E1%9E%B4
MD5:
e5a5d2861bfb21ead0eeafe0942d3efe
SHA1:
7366b4e97588294ca29f27d2f7681eb903fee705
Base64:
4Z60