C:
char c = '\u9A4B';
printf("%c\n", c); // Output: 驋
JavaScript:
const char = '\u9A4B';
console.log(char); // Output: 驋
Java:
char c = '\u9A4B';
System.out.println(c); // Output: 驋
JSON:
{"text": "\u9A4B"} // Value: 驋
Python:
char = '\u9A4B'
print(char) # Output: 驋
Perl:
my $char = "\x{9A4B}";
print $char; # Output: 驋
PHP:
$char = "\x{9A4B}";
echo $char; // Output: 驋
Ruby:
char = "\u{9A4B}"
puts char # Output: 驋
Rust:
let c = '\u{9A4B}';
println!("{}", c); // Output: 驋
Go:
char := '\u9A4B'
fmt.Printf("%c\n", char) // Output: 驋
CSS:
/* CSS content property */
.element::before {
content: "\009A4B"; /* 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%A9%8B
MD5:
636b2d327cd6e3b043c6ddf331ab011c
SHA1:
e40a688927e3ef6ddff87e08275042a94497187e
Base64:
6amL