C:
char c = '\u9916';
printf("%c\n", c); // Output: 餖
JavaScript:
const char = '\u9916';
console.log(char); // Output: 餖
Java:
char c = '\u9916';
System.out.println(c); // Output: 餖
JSON:
{"text": "\u9916"} // Value: 餖
Python:
char = '\u9916'
print(char) # Output: 餖
Perl:
my $char = "\x{9916}";
print $char; # Output: 餖
PHP:
$char = "\x{9916}";
echo $char; // Output: 餖
Ruby:
char = "\u{9916}"
puts char # Output: 餖
Rust:
let c = '\u{9916}';
println!("{}", c); // Output: 餖
Go:
char := '\u9916'
fmt.Printf("%c\n", char) // Output: 餖
CSS:
/* CSS content property */
.element::before {
content: "\009916"; /* 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%96
MD5:
0587e7222e443fb53acc2b317e445cf8
SHA1:
47dd7f1504bb81b022ca460d9e6ae8b6c83d37f0
Base64:
6aSW