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