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