C:
char c = '\uA8EE';
printf("%c\n", c); // Output: ꣮
JavaScript:
const char = '\uA8EE';
console.log(char); // Output: ꣮
Java:
char c = '\uA8EE';
System.out.println(c); // Output: ꣮
JSON:
{"text": "\uA8EE"} // Value: ꣮
Python:
char = '\uA8EE'
print(char) # Output: ꣮
Perl:
my $char = "\x{A8EE}";
print $char; # Output: ꣮
PHP:
$char = "\x{A8EE}";
echo $char; // Output: ꣮
Ruby:
char = "\u{A8EE}"
puts char # Output: ꣮
Rust:
let c = '\u{A8EE}';
println!("{}", c); // Output: ꣮
Go:
char := '\uA8EE'
fmt.Printf("%c\n", char) // Output: ꣮
CSS:
/* CSS content property */
.element::before {
content: "\00A8EE"; /* 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%AE
MD5:
25257c2c716ee76a0f5ee9fe3c5ec5f0
SHA1:
665e10259f2a3c118495527756939b086db2f16f
Base64:
6qOu