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