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