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