C:
char c = '\u9A7F';
printf("%c\n", c); // Output: 驿
JavaScript:
const char = '\u9A7F';
console.log(char); // Output: 驿
Java:
char c = '\u9A7F';
System.out.println(c); // Output: 驿
JSON:
{"text": "\u9A7F"} // Value: 驿
Python:
char = '\u9A7F'
print(char) # Output: 驿
Perl:
my $char = "\x{9A7F}";
print $char; # Output: 驿
PHP:
$char = "\x{9A7F}";
echo $char; // Output: 驿
Ruby:
char = "\u{9A7F}"
puts char # Output: 驿
Rust:
let c = '\u{9A7F}';
println!("{}", c); // Output: 驿
Go:
char := '\u9A7F'
fmt.Printf("%c\n", char) // Output: 驿
CSS:
/* CSS content property */
.element::before {
content: "\009A7F"; /* 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%BF
MD5:
e91da36a9460521bd4ff992d78f31004
SHA1:
325fda6bce33ed9c58794d329f86a8aa06672fc3
Base64:
6am/