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