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