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