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