C:
char c = '\u6234';
printf("%c\n", c); // Output: 戴
JavaScript:
const char = '\u6234';
console.log(char); // Output: 戴
Java:
char c = '\u6234';
System.out.println(c); // Output: 戴
JSON:
{"text": "\u6234"} // Value: 戴
Python:
char = '\u6234'
print(char) # Output: 戴
Perl:
my $char = "\x{6234}";
print $char; # Output: 戴
PHP:
$char = "\x{6234}";
echo $char; // Output: 戴
Ruby:
char = "\u{6234}"
puts char # Output: 戴
Rust:
let c = '\u{6234}';
println!("{}", c); // Output: 戴
Go:
char := '\u6234'
fmt.Printf("%c\n", char) // Output: 戴
CSS:
/* CSS content property */
.element::before {
content: "\006234"; /* 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%88%B4
MD5:
1fedebeef0f61e9a9e7fe2823c758dc1
SHA1:
eba355ed10eb10873181bcd3d8e99483bfe2a87b
Base64:
5oi0