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