C:
char c = '\u915D';
printf("%c\n", c); // Output: 酝
JavaScript:
const char = '\u915D';
console.log(char); // Output: 酝
Java:
char c = '\u915D';
System.out.println(c); // Output: 酝
JSON:
{"text": "\u915D"} // Value: 酝
Python:
char = '\u915D'
print(char) # Output: 酝
Perl:
my $char = "\x{915D}";
print $char; # Output: 酝
PHP:
$char = "\x{915D}";
echo $char; // Output: 酝
Ruby:
char = "\u{915D}"
puts char # Output: 酝
Rust:
let c = '\u{915D}';
println!("{}", c); // Output: 酝
Go:
char := '\u915D'
fmt.Printf("%c\n", char) // Output: 酝
CSS:
/* CSS content property */
.element::before {
content: "\00915D"; /* 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%9D
MD5:
9d123bda2bc62461ccaaec658f188f81
SHA1:
9cddf471094eb9a8ead7e6de136972430c51c9fd
Base64:
6YWd