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