C:
char c = '\u54F4';
printf("%c\n", c); // Output: 哴
JavaScript:
const char = '\u54F4';
console.log(char); // Output: 哴
Java:
char c = '\u54F4';
System.out.println(c); // Output: 哴
JSON:
{"text": "\u54F4"} // Value: 哴
Python:
char = '\u54F4'
print(char) # Output: 哴
Perl:
my $char = "\x{54F4}";
print $char; # Output: 哴
PHP:
$char = "\x{54F4}";
echo $char; // Output: 哴
Ruby:
char = "\u{54F4}"
puts char # Output: 哴
Rust:
let c = '\u{54F4}';
println!("{}", c); // Output: 哴
Go:
char := '\u54F4'
fmt.Printf("%c\n", char) // Output: 哴
CSS:
/* CSS content property */
.element::before {
content: "\0054F4"; /* 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=%E5%93%B4
MD5:
7951a9d919ad8eea231baca596091b2b
SHA1:
d0106eda8992966b0d6a6f2cd700fba377c80194
Base64:
5ZO0