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