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