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