C:
char c = '\u9939';
printf("%c\n", c); // Output: 餹
JavaScript:
const char = '\u9939';
console.log(char); // Output: 餹
Java:
char c = '\u9939';
System.out.println(c); // Output: 餹
JSON:
{"text": "\u9939"} // Value: 餹
Python:
char = '\u9939'
print(char) # Output: 餹
Perl:
my $char = "\x{9939}";
print $char; # Output: 餹
PHP:
$char = "\x{9939}";
echo $char; // Output: 餹
Ruby:
char = "\u{9939}"
puts char # Output: 餹
Rust:
let c = '\u{9939}';
println!("{}", c); // Output: 餹
Go:
char := '\u9939'
fmt.Printf("%c\n", char) // Output: 餹
CSS:
/* CSS content property */
.element::before {
content: "\009939"; /* 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%B9
MD5:
15bcee27cf1ccf0eccd18a5071d5d15b
SHA1:
490e578ddcd08686de98f7d64603d13b218ec534
Base64:
6aS5