C:
char c = '\u9929';
printf("%c\n", c); // Output: 餩
JavaScript:
const char = '\u9929';
console.log(char); // Output: 餩
Java:
char c = '\u9929';
System.out.println(c); // Output: 餩
JSON:
{"text": "\u9929"} // Value: 餩
Python:
char = '\u9929'
print(char) # Output: 餩
Perl:
my $char = "\x{9929}";
print $char; # Output: 餩
PHP:
$char = "\x{9929}";
echo $char; // Output: 餩
Ruby:
char = "\u{9929}"
puts char # Output: 餩
Rust:
let c = '\u{9929}';
println!("{}", c); // Output: 餩
Go:
char := '\u9929'
fmt.Printf("%c\n", char) // Output: 餩
CSS:
/* CSS content property */
.element::before {
content: "\009929"; /* 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%A9
MD5:
7056acabeceb85867d56d8fd34fc0e4c
SHA1:
4960722c7de21f85fac5c0d9b2e63ea68179e62b
Base64:
6aSp