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