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