C:
char c = '\uA5E2';
printf("%c\n", c); // Output: ꗢ
JavaScript:
const char = '\uA5E2';
console.log(char); // Output: ꗢ
Java:
char c = '\uA5E2';
System.out.println(c); // Output: ꗢ
JSON:
{"text": "\uA5E2"} // Value: ꗢ
Python:
char = '\uA5E2'
print(char) # Output: ꗢ
Perl:
my $char = "\x{A5E2}";
print $char; # Output: ꗢ
PHP:
$char = "\x{A5E2}";
echo $char; // Output: ꗢ
Ruby:
char = "\u{A5E2}"
puts char # Output: ꗢ
Rust:
let c = '\u{A5E2}';
println!("{}", c); // Output: ꗢ
Go:
char := '\uA5E2'
fmt.Printf("%c\n", char) // Output: ꗢ
CSS:
/* CSS content property */
.element::before {
content: "\00A5E2"; /* 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%97%A2
MD5:
427eb8ee46e5b66e948beb9c47d4a0fe
SHA1:
dab52c7df275b3219daeb5d1e7f1d7faacfbd63e
Base64:
6pei