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