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