C:
char c = '\u9157';
printf("%c\n", c); // Output: 酗
JavaScript:
const char = '\u9157';
console.log(char); // Output: 酗
Java:
char c = '\u9157';
System.out.println(c); // Output: 酗
JSON:
{"text": "\u9157"} // Value: 酗
Python:
char = '\u9157'
print(char) # Output: 酗
Perl:
my $char = "\x{9157}";
print $char; # Output: 酗
PHP:
$char = "\x{9157}";
echo $char; // Output: 酗
Ruby:
char = "\u{9157}"
puts char # Output: 酗
Rust:
let c = '\u{9157}';
println!("{}", c); // Output: 酗
Go:
char := '\u9157'
fmt.Printf("%c\n", char) // Output: 酗
CSS:
/* CSS content property */
.element::before {
content: "\009157"; /* 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%97
MD5:
1d2408c0b87161cf749a5d32da56a2da
SHA1:
c6b16f047c3116a11be2a149092aa10753b1d902
Base64:
6YWX