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