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