C:
char c = '\u67EC';
printf("%c\n", c); // Output: 柬
JavaScript:
const char = '\u67EC';
console.log(char); // Output: 柬
Java:
char c = '\u67EC';
System.out.println(c); // Output: 柬
JSON:
{"text": "\u67EC"} // Value: 柬
Python:
char = '\u67EC'
print(char) # Output: 柬
Perl:
my $char = "\x{67EC}";
print $char; # Output: 柬
PHP:
$char = "\x{67EC}";
echo $char; // Output: 柬
Ruby:
char = "\u{67EC}"
puts char # Output: 柬
Rust:
let c = '\u{67EC}';
println!("{}", c); // Output: 柬
Go:
char := '\u67EC'
fmt.Printf("%c\n", char) // Output: 柬
CSS:
/* CSS content property */
.element::before {
content: "\0067EC"; /* 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=%E6%9F%AC
MD5:
71770d2dbf39cadc6abede4ac406175c
SHA1:
16442ffc177935fdd3dfae1281e8f9d5f2212126
Base64:
5p+s