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