C:
char c = '\u8B88';
printf("%c\n", c); // Output: 讈
JavaScript:
const char = '\u8B88';
console.log(char); // Output: 讈
Java:
char c = '\u8B88';
System.out.println(c); // Output: 讈
JSON:
{"text": "\u8B88"} // Value: 讈
Python:
char = '\u8B88'
print(char) # Output: 讈
Perl:
my $char = "\x{8B88}";
print $char; # Output: 讈
PHP:
$char = "\x{8B88}";
echo $char; // Output: 讈
Ruby:
char = "\u{8B88}"
puts char # Output: 讈
Rust:
let c = '\u{8B88}';
println!("{}", c); // Output: 讈
Go:
char := '\u8B88'
fmt.Printf("%c\n", char) // Output: 讈
CSS:
/* CSS content property */
.element::before {
content: "\008B88"; /* 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%88
MD5:
28e6d1d1cbe3a071e7b1b5b4cde7e023
SHA1:
26c676d64822cc5ebb3c27ae1a0dba8370d6cf21
Base64:
6K6I