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