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