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