C:
char c = '\u557F';
printf("%c\n", c); // Output: 啿
JavaScript:
const char = '\u557F';
console.log(char); // Output: 啿
Java:
char c = '\u557F';
System.out.println(c); // Output: 啿
JSON:
{"text": "\u557F"} // Value: 啿
Python:
char = '\u557F'
print(char) # Output: 啿
Perl:
my $char = "\x{557F}";
print $char; # Output: 啿
PHP:
$char = "\x{557F}";
echo $char; // Output: 啿
Ruby:
char = "\u{557F}"
puts char # Output: 啿
Rust:
let c = '\u{557F}';
println!("{}", c); // Output: 啿
Go:
char := '\u557F'
fmt.Printf("%c\n", char) // Output: 啿
CSS:
/* CSS content property */
.element::before {
content: "\00557F"; /* 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%BF
MD5:
32e5fa3864d901fe26add1a77c7dce74
SHA1:
d64fca26a0b6bd8d721c2f6c7b702bb6ccdf925c
Base64:
5ZW/