C:
char c = '\uA194';
printf("%c\n", c); // Output: ꆔ
JavaScript:
const char = '\uA194';
console.log(char); // Output: ꆔ
Java:
char c = '\uA194';
System.out.println(c); // Output: ꆔ
JSON:
{"text": "\uA194"} // Value: ꆔ
Python:
char = '\uA194'
print(char) # Output: ꆔ
Perl:
my $char = "\x{A194}";
print $char; # Output: ꆔ
PHP:
$char = "\x{A194}";
echo $char; // Output: ꆔ
Ruby:
char = "\u{A194}"
puts char # Output: ꆔ
Rust:
let c = '\u{A194}';
println!("{}", c); // Output: ꆔ
Go:
char := '\uA194'
fmt.Printf("%c\n", char) // Output: ꆔ
CSS:
/* CSS content property */
.element::before {
content: "\00A194"; /* 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%86%94
MD5:
77e0cf0bf1c28ebde77e55977bbd0c18
SHA1:
10103d3aef3776728ad0309463dc7411664e0310
Base64:
6oaU