C:
char c = '\u9965';
printf("%c\n", c); // Output: 饥
JavaScript:
const char = '\u9965';
console.log(char); // Output: 饥
Java:
char c = '\u9965';
System.out.println(c); // Output: 饥
JSON:
{"text": "\u9965"} // Value: 饥
Python:
char = '\u9965'
print(char) # Output: 饥
Perl:
my $char = "\x{9965}";
print $char; # Output: 饥
PHP:
$char = "\x{9965}";
echo $char; // Output: 饥
Ruby:
char = "\u{9965}"
puts char # Output: 饥
Rust:
let c = '\u{9965}';
println!("{}", c); // Output: 饥
Go:
char := '\u9965'
fmt.Printf("%c\n", char) // Output: 饥
CSS:
/* CSS content property */
.element::before {
content: "\009965"; /* 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%A5%A5
MD5:
fc549efe8b72e9ce9b3fb79b9838b1b4
SHA1:
26f5bfafa015fd0fbc1898da3684fdc0b76bdf19
Base64:
6aWl