C:
char c = '\u56B4';
printf("%c\n", c); // Output: 嚴
JavaScript:
const char = '\u56B4';
console.log(char); // Output: 嚴
Java:
char c = '\u56B4';
System.out.println(c); // Output: 嚴
JSON:
{"text": "\u56B4"} // Value: 嚴
Python:
char = '\u56B4'
print(char) # Output: 嚴
Perl:
my $char = "\x{56B4}";
print $char; # Output: 嚴
PHP:
$char = "\x{56B4}";
echo $char; // Output: 嚴
Ruby:
char = "\u{56B4}"
puts char # Output: 嚴
Rust:
let c = '\u{56B4}';
println!("{}", c); // Output: 嚴
Go:
char := '\u56B4'
fmt.Printf("%c\n", char) // Output: 嚴
CSS:
/* CSS content property */
.element::before {
content: "\0056B4"; /* 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%9A%B4
MD5:
d6dc1f13c0e26b78a38e31bba0a6d84b
SHA1:
a247fa5531f4a95d73ea5f07cf8bdb2b515b96b2
Base64:
5Zq0