C:
char c = '\u9938';
printf("%c\n", c); // Output: 餸
JavaScript:
const char = '\u9938';
console.log(char); // Output: 餸
Java:
char c = '\u9938';
System.out.println(c); // Output: 餸
JSON:
{"text": "\u9938"} // Value: 餸
Python:
char = '\u9938'
print(char) # Output: 餸
Perl:
my $char = "\x{9938}";
print $char; # Output: 餸
PHP:
$char = "\x{9938}";
echo $char; // Output: 餸
Ruby:
char = "\u{9938}"
puts char # Output: 餸
Rust:
let c = '\u{9938}';
println!("{}", c); // Output: 餸
Go:
char := '\u9938'
fmt.Printf("%c\n", char) // Output: 餸
CSS:
/* CSS content property */
.element::before {
content: "\009938"; /* 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%B8
MD5:
50831193308e91813f8ccde9d3304fa9
SHA1:
e14416cd7636fda2b654be5cdaa17ce35f45aa82
Base64:
6aS4