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