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