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