C:
char c = '\u9921';
printf("%c\n", c); // Output: 餡
JavaScript:
const char = '\u9921';
console.log(char); // Output: 餡
Java:
char c = '\u9921';
System.out.println(c); // Output: 餡
JSON:
{"text": "\u9921"} // Value: 餡
Python:
char = '\u9921'
print(char) # Output: 餡
Perl:
my $char = "\x{9921}";
print $char; # Output: 餡
PHP:
$char = "\x{9921}";
echo $char; // Output: 餡
Ruby:
char = "\u{9921}"
puts char # Output: 餡
Rust:
let c = '\u{9921}';
println!("{}", c); // Output: 餡
Go:
char := '\u9921'
fmt.Printf("%c\n", char) // Output: 餡
CSS:
/* CSS content property */
.element::before {
content: "\009921"; /* 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%A1
MD5:
cb8c59f7de392a6b750eccef7fc784bb
SHA1:
09033facae9fa4e3868dc67e3ad8f97c1c7c9e9f
Base64:
6aSh