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