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