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