C:
char c = '\u9945';
printf("%c\n", c); // Output: 饅
JavaScript:
const char = '\u9945';
console.log(char); // Output: 饅
Java:
char c = '\u9945';
System.out.println(c); // Output: 饅
JSON:
{"text": "\u9945"} // Value: 饅
Python:
char = '\u9945'
print(char) # Output: 饅
Perl:
my $char = "\x{9945}";
print $char; # Output: 饅
PHP:
$char = "\x{9945}";
echo $char; // Output: 饅
Ruby:
char = "\u{9945}"
puts char # Output: 饅
Rust:
let c = '\u{9945}';
println!("{}", c); // Output: 饅
Go:
char := '\u9945'
fmt.Printf("%c\n", char) // Output: 饅
CSS:
/* CSS content property */
.element::before {
content: "\009945"; /* 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%A5%85
MD5:
abb3bf520623a56ad30bb9092af275c0
SHA1:
3d16ed26059efd6b57addc9594b3734ba68c7606
Base64:
6aWF