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