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