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