C:
char c = '\uA1E3';
printf("%c\n", c); // Output: ꇣ
JavaScript:
const char = '\uA1E3';
console.log(char); // Output: ꇣ
Java:
char c = '\uA1E3';
System.out.println(c); // Output: ꇣ
JSON:
{"text": "\uA1E3"} // Value: ꇣ
Python:
char = '\uA1E3'
print(char) # Output: ꇣ
Perl:
my $char = "\x{A1E3}";
print $char; # Output: ꇣ
PHP:
$char = "\x{A1E3}";
echo $char; // Output: ꇣ
Ruby:
char = "\u{A1E3}"
puts char # Output: ꇣ
Rust:
let c = '\u{A1E3}';
println!("{}", c); // Output: ꇣ
Go:
char := '\uA1E3'
fmt.Printf("%c\n", char) // Output: ꇣ
CSS:
/* CSS content property */
.element::before {
content: "\00A1E3"; /* 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%87%A3
MD5:
6da97a2e1fc0fceecc655b83f9280e3a
SHA1:
477c70f783b1e39e9bc86ebb8e96a837b9bea280
Base64:
6oej