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