C:
char c = '\u9912';
printf("%c\n", c); // Output: 餒
JavaScript:
const char = '\u9912';
console.log(char); // Output: 餒
Java:
char c = '\u9912';
System.out.println(c); // Output: 餒
JSON:
{"text": "\u9912"} // Value: 餒
Python:
char = '\u9912'
print(char) # Output: 餒
Perl:
my $char = "\x{9912}";
print $char; # Output: 餒
PHP:
$char = "\x{9912}";
echo $char; // Output: 餒
Ruby:
char = "\u{9912}"
puts char # Output: 餒
Rust:
let c = '\u{9912}';
println!("{}", c); // Output: 餒
Go:
char := '\u9912'
fmt.Printf("%c\n", char) // Output: 餒
CSS:
/* CSS content property */
.element::before {
content: "\009912"; /* 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%A4%92
MD5:
e0d227613dbfd65974b6cb9e2a60b192
SHA1:
cbd692ee2c729f05cfd01920d1c4d9c735e7cb38
Base64:
6aSS