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