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