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