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