C:
char c = '\u9196';
printf("%c\n", c); // Output: 醖
JavaScript:
const char = '\u9196';
console.log(char); // Output: 醖
Java:
char c = '\u9196';
System.out.println(c); // Output: 醖
JSON:
{"text": "\u9196"} // Value: 醖
Python:
char = '\u9196'
print(char) # Output: 醖
Perl:
my $char = "\x{9196}";
print $char; # Output: 醖
PHP:
$char = "\x{9196}";
echo $char; // Output: 醖
Ruby:
char = "\u{9196}"
puts char # Output: 醖
Rust:
let c = '\u{9196}';
println!("{}", c); // Output: 醖
Go:
char := '\u9196'
fmt.Printf("%c\n", char) // Output: 醖
CSS:
/* CSS content property */
.element::before {
content: "\009196"; /* 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%86%96
MD5:
beaf6a2ab4c836306cfede41ecbabbd7
SHA1:
8848b2516e8beb4b72964c29386e4cee833739f9
Base64:
6YaW