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