C:
char c = '\u9159';
printf("%c\n", c); // Output: 酙
JavaScript:
const char = '\u9159';
console.log(char); // Output: 酙
Java:
char c = '\u9159';
System.out.println(c); // Output: 酙
JSON:
{"text": "\u9159"} // Value: 酙
Python:
char = '\u9159'
print(char) # Output: 酙
Perl:
my $char = "\x{9159}";
print $char; # Output: 酙
PHP:
$char = "\x{9159}";
echo $char; // Output: 酙
Ruby:
char = "\u{9159}"
puts char # Output: 酙
Rust:
let c = '\u{9159}';
println!("{}", c); // Output: 酙
Go:
char := '\u9159'
fmt.Printf("%c\n", char) // Output: 酙
CSS:
/* CSS content property */
.element::before {
content: "\009159"; /* 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=%E9%85%99
MD5:
facde2f771541bfcc46d81fc2c368f57
SHA1:
0af7e38e53bbfbb6a4887de0791cd3c97cea930d
Base64:
6YWZ