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