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