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