C:
char c = '\u9810';
printf("%c\n", c); // Output: 預
JavaScript:
const char = '\u9810';
console.log(char); // Output: 預
Java:
char c = '\u9810';
System.out.println(c); // Output: 預
JSON:
{"text": "\u9810"} // Value: 預
Python:
char = '\u9810'
print(char) # Output: 預
Perl:
my $char = "\x{9810}";
print $char; # Output: 預
PHP:
$char = "\x{9810}";
echo $char; // Output: 預
Ruby:
char = "\u{9810}"
puts char # Output: 預
Rust:
let c = '\u{9810}';
println!("{}", c); // Output: 預
Go:
char := '\u9810'
fmt.Printf("%c\n", char) // Output: 預
CSS:
/* CSS content property */
.element::before {
content: "\009810"; /* 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%A0%90
MD5:
9b98aaba0f49fc7827490a838f015a8c
SHA1:
166c028382ea84b5d52c7fb55a7222f6e094b13b
Base64:
6aCQ