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