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