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