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