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