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