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