C:
char c = '\uA3AE';
printf("%c\n", c); // Output: ꎮ
JavaScript:
const char = '\uA3AE';
console.log(char); // Output: ꎮ
Java:
char c = '\uA3AE';
System.out.println(c); // Output: ꎮ
JSON:
{"text": "\uA3AE"} // Value: ꎮ
Python:
char = '\uA3AE'
print(char) # Output: ꎮ
Perl:
my $char = "\x{A3AE}";
print $char; # Output: ꎮ
PHP:
$char = "\x{A3AE}";
echo $char; // Output: ꎮ
Ruby:
char = "\u{A3AE}"
puts char # Output: ꎮ
Rust:
let c = '\u{A3AE}';
println!("{}", c); // Output: ꎮ
Go:
char := '\uA3AE'
fmt.Printf("%c\n", char) // Output: ꎮ
CSS:
/* CSS content property */
.element::before {
content: "\00A3AE"; /* 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%8E%AE
MD5:
370f2bea12929ab098e10bba215d9915
SHA1:
69a203c5ff0d6a7643e444b414957eecc124d9ee
Base64:
6o6u