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