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