C:
char c = '\uA2E4';
printf("%c\n", c); // Output: ꋤ
JavaScript:
const char = '\uA2E4';
console.log(char); // Output: ꋤ
Java:
char c = '\uA2E4';
System.out.println(c); // Output: ꋤ
JSON:
{"text": "\uA2E4"} // Value: ꋤ
Python:
char = '\uA2E4'
print(char) # Output: ꋤ
Perl:
my $char = "\x{A2E4}";
print $char; # Output: ꋤ
PHP:
$char = "\x{A2E4}";
echo $char; // Output: ꋤ
Ruby:
char = "\u{A2E4}"
puts char # Output: ꋤ
Rust:
let c = '\u{A2E4}';
println!("{}", c); // Output: ꋤ
Go:
char := '\uA2E4'
fmt.Printf("%c\n", char) // Output: ꋤ
CSS:
/* CSS content property */
.element::before {
content: "\00A2E4"; /* 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%8B%A4
MD5:
68c05922bb8347b7488c314c5c9f53c0
SHA1:
2b9173f73bed2e818795c4ad4d8b1825fddc5269
Base64:
6ouk