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