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