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