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