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