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