C:
char c = '\u8B99';
printf("%c\n", c); // Output: 讙
JavaScript:
const char = '\u8B99';
console.log(char); // Output: 讙
Java:
char c = '\u8B99';
System.out.println(c); // Output: 讙
JSON:
{"text": "\u8B99"} // Value: 讙
Python:
char = '\u8B99'
print(char) # Output: 讙
Perl:
my $char = "\x{8B99}";
print $char; # Output: 讙
PHP:
$char = "\x{8B99}";
echo $char; // Output: 讙
Ruby:
char = "\u{8B99}"
puts char # Output: 讙
Rust:
let c = '\u{8B99}';
println!("{}", c); // Output: 讙
Go:
char := '\u8B99'
fmt.Printf("%c\n", char) // Output: 讙
CSS:
/* CSS content property */
.element::before {
content: "\008B99"; /* 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=%E8%AE%99
MD5:
cad8901a0bee051cffcbade5f4445f90
SHA1:
6d25a5c7d4f19b81805983f0f2ede42aa2dbb910
Base64:
6K6Z