C:
char c = '\uA3F8';
printf("%c\n", c); // Output: ꏸ
JavaScript:
const char = '\uA3F8';
console.log(char); // Output: ꏸ
Java:
char c = '\uA3F8';
System.out.println(c); // Output: ꏸ
JSON:
{"text": "\uA3F8"} // Value: ꏸ
Python:
char = '\uA3F8'
print(char) # Output: ꏸ
Perl:
my $char = "\x{A3F8}";
print $char; # Output: ꏸ
PHP:
$char = "\x{A3F8}";
echo $char; // Output: ꏸ
Ruby:
char = "\u{A3F8}"
puts char # Output: ꏸ
Rust:
let c = '\u{A3F8}';
println!("{}", c); // Output: ꏸ
Go:
char := '\uA3F8'
fmt.Printf("%c\n", char) // Output: ꏸ
CSS:
/* CSS content property */
.element::before {
content: "\00A3F8"; /* 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%8F%B8
MD5:
81377da0e2f9b3514a6002026ccd10dd
SHA1:
a4fc7a32ba8c48bbaa115538184521a6615e09b2
Base64:
6o+4