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