C:
char c = '\u9139';
printf("%c\n", c); // Output: 鄹
JavaScript:
const char = '\u9139';
console.log(char); // Output: 鄹
Java:
char c = '\u9139';
System.out.println(c); // Output: 鄹
JSON:
{"text": "\u9139"} // Value: 鄹
Python:
char = '\u9139'
print(char) # Output: 鄹
Perl:
my $char = "\x{9139}";
print $char; # Output: 鄹
PHP:
$char = "\x{9139}";
echo $char; // Output: 鄹
Ruby:
char = "\u{9139}"
puts char # Output: 鄹
Rust:
let c = '\u{9139}';
println!("{}", c); // Output: 鄹
Go:
char := '\u9139'
fmt.Printf("%c\n", char) // Output: 鄹
CSS:
/* CSS content property */
.element::before {
content: "\009139"; /* 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%B9
MD5:
33344c43f09fe60f56506e4c3630eade
SHA1:
30e7bfcdcdf7102932b580a249d0553457aaaddc
Base64:
6YS5