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