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