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