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