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