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