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