C:
char c = '\uA51E';
printf("%c\n", c); // Output: ꔞ
JavaScript:
const char = '\uA51E';
console.log(char); // Output: ꔞ
Java:
char c = '\uA51E';
System.out.println(c); // Output: ꔞ
JSON:
{"text": "\uA51E"} // Value: ꔞ
Python:
char = '\uA51E'
print(char) # Output: ꔞ
Perl:
my $char = "\x{A51E}";
print $char; # Output: ꔞ
PHP:
$char = "\x{A51E}";
echo $char; // Output: ꔞ
Ruby:
char = "\u{A51E}"
puts char # Output: ꔞ
Rust:
let c = '\u{A51E}';
println!("{}", c); // Output: ꔞ
Go:
char := '\uA51E'
fmt.Printf("%c\n", char) // Output: ꔞ
CSS:
/* CSS content property */
.element::before {
content: "\00A51E"; /* 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=%EA%94%9E
MD5:
8af935413f72faef438bc0f3452dc101
SHA1:
cfd2bc2d2dd965ee88b1d5252b31de1f7d3c6b63
Base64:
6pSe