C:
char c = '\u9114';
printf("%c\n", c); // Output: 鄔
JavaScript:
const char = '\u9114';
console.log(char); // Output: 鄔
Java:
char c = '\u9114';
System.out.println(c); // Output: 鄔
JSON:
{"text": "\u9114"} // Value: 鄔
Python:
char = '\u9114'
print(char) # Output: 鄔
Perl:
my $char = "\x{9114}";
print $char; # Output: 鄔
PHP:
$char = "\x{9114}";
echo $char; // Output: 鄔
Ruby:
char = "\u{9114}"
puts char # Output: 鄔
Rust:
let c = '\u{9114}';
println!("{}", c); // Output: 鄔
Go:
char := '\u9114'
fmt.Printf("%c\n", char) // Output: 鄔
CSS:
/* CSS content property */
.element::before {
content: "\009114"; /* 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%84%94
MD5:
18242fd10b506adb40ad4b3e38c5d154
SHA1:
affbe4d793b9aa8fc66d7b8a18b32de8307d2b14
Base64:
6YSU