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