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