C:
char c = '\uA3EC';
printf("%c\n", c); // Output: ꏬ
JavaScript:
const char = '\uA3EC';
console.log(char); // Output: ꏬ
Java:
char c = '\uA3EC';
System.out.println(c); // Output: ꏬ
JSON:
{"text": "\uA3EC"} // Value: ꏬ
Python:
char = '\uA3EC'
print(char) # Output: ꏬ
Perl:
my $char = "\x{A3EC}";
print $char; # Output: ꏬ
PHP:
$char = "\x{A3EC}";
echo $char; // Output: ꏬ
Ruby:
char = "\u{A3EC}"
puts char # Output: ꏬ
Rust:
let c = '\u{A3EC}';
println!("{}", c); // Output: ꏬ
Go:
char := '\uA3EC'
fmt.Printf("%c\n", char) // Output: ꏬ
CSS:
/* CSS content property */
.element::before {
content: "\00A3EC"; /* 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%8F%AC
MD5:
6298cc3b6bd50197181f999923fe8680
SHA1:
2bb0d04a06a7f97da58187c115e3a66add4ad7df
Base64:
6o+s