C:
char c = '\u917B';
printf("%c\n", c); // Output: 酻
JavaScript:
const char = '\u917B';
console.log(char); // Output: 酻
Java:
char c = '\u917B';
System.out.println(c); // Output: 酻
JSON:
{"text": "\u917B"} // Value: 酻
Python:
char = '\u917B'
print(char) # Output: 酻
Perl:
my $char = "\x{917B}";
print $char; # Output: 酻
PHP:
$char = "\x{917B}";
echo $char; // Output: 酻
Ruby:
char = "\u{917B}"
puts char # Output: 酻
Rust:
let c = '\u{917B}';
println!("{}", c); // Output: 酻
Go:
char := '\u917B'
fmt.Printf("%c\n", char) // Output: 酻
CSS:
/* CSS content property */
.element::before {
content: "\00917B"; /* 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%BB
MD5:
8879ebc1e1eb3c804245dbd686f36e25
SHA1:
119fcd9fa83b7c7089f314e243d27774a7640c88
Base64:
6YW7