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