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