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