C:
char c = '\u19EC';
printf("%c\n", c); // Output: ᧬
JavaScript:
const char = '\u19EC';
console.log(char); // Output: ᧬
Java:
char c = '\u19EC';
System.out.println(c); // Output: ᧬
JSON:
{"text": "\u19EC"} // Value: ᧬
Python:
char = '\u19EC'
print(char) # Output: ᧬
Perl:
my $char = "\x{19EC}";
print $char; # Output: ᧬
PHP:
$char = "\x{19EC}";
echo $char; // Output: ᧬
Ruby:
char = "\u{19EC}"
puts char # Output: ᧬
Rust:
let c = '\u{19EC}';
println!("{}", c); // Output: ᧬
Go:
char := '\u19EC'
fmt.Printf("%c\n", char) // Output: ᧬
CSS:
/* CSS content property */
.element::before {
content: "\0019EC"; /* 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=%E1%A7%AC
MD5:
4f2f7afe79fb60affa16f4005af4dcd6
SHA1:
5e51a4d79dcc55fc097ba110666d2cad315ec8b3
Base64:
4aes