C:
char c = '\u99E5';
printf("%c\n", c); // Output: 駥
JavaScript:
const char = '\u99E5';
console.log(char); // Output: 駥
Java:
char c = '\u99E5';
System.out.println(c); // Output: 駥
JSON:
{"text": "\u99E5"} // Value: 駥
Python:
char = '\u99E5'
print(char) # Output: 駥
Perl:
my $char = "\x{99E5}";
print $char; # Output: 駥
PHP:
$char = "\x{99E5}";
echo $char; // Output: 駥
Ruby:
char = "\u{99E5}"
puts char # Output: 駥
Rust:
let c = '\u{99E5}';
println!("{}", c); // Output: 駥
Go:
char := '\u99E5'
fmt.Printf("%c\n", char) // Output: 駥
CSS:
/* CSS content property */
.element::before {
content: "\0099E5"; /* 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%A7%A5
MD5:
315c3b4045f6d4b340c33ab154ddadfe
SHA1:
e8fed7f541ce8cfd291dcdbe0cbf62f86eedfee0
Base64:
6ael