C:
char c = '\u08EC';
printf("%c\n", c); // Output: ࣬
JavaScript:
const char = '\u08EC';
console.log(char); // Output: ࣬
Java:
char c = '\u08EC';
System.out.println(c); // Output: ࣬
JSON:
{"text": "\u08EC"} // Value: ࣬
Python:
char = '\u08EC'
print(char) # Output: ࣬
Perl:
my $char = "\x{08EC}";
print $char; # Output: ࣬
PHP:
$char = "\x{08EC}";
echo $char; // Output: ࣬
Ruby:
char = "\u{08EC}"
puts char # Output: ࣬
Rust:
let c = '\u{8EC}';
println!("{}", c); // Output: ࣬
Go:
char := '\u08EC'
fmt.Printf("%c\n", char) // Output: ࣬
CSS:
/* CSS content property */
.element::before {
content: "\0008EC"; /* 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=%E0%A3%AC
MD5:
a42f55d7e74e813cd7c5ca6c3ba1aed4
SHA1:
1053c044e8415832a75fa47d8db7f6b635b202a0
Base64:
4KOs