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