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