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