C:
char c = '\u54F8';
printf("%c\n", c); // Output: 哸
JavaScript:
const char = '\u54F8';
console.log(char); // Output: 哸
Java:
char c = '\u54F8';
System.out.println(c); // Output: 哸
JSON:
{"text": "\u54F8"} // Value: 哸
Python:
char = '\u54F8'
print(char) # Output: 哸
Perl:
my $char = "\x{54F8}";
print $char; # Output: 哸
PHP:
$char = "\x{54F8}";
echo $char; // Output: 哸
Ruby:
char = "\u{54F8}"
puts char # Output: 哸
Rust:
let c = '\u{54F8}';
println!("{}", c); // Output: 哸
Go:
char := '\u54F8'
fmt.Printf("%c\n", char) // Output: 哸
CSS:
/* CSS content property */
.element::before {
content: "\0054F8"; /* 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%B8
MD5:
d240fc001efdee1e8cfea50ffdbc0f75
SHA1:
05ba227bd09aefcafb88aec6021d2f7f05e57bf4
Base64:
5ZO4