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