C:
char c = '\uA214';
printf("%c\n", c); // Output: ꈔ
JavaScript:
const char = '\uA214';
console.log(char); // Output: ꈔ
Java:
char c = '\uA214';
System.out.println(c); // Output: ꈔ
JSON:
{"text": "\uA214"} // Value: ꈔ
Python:
char = '\uA214'
print(char) # Output: ꈔ
Perl:
my $char = "\x{A214}";
print $char; # Output: ꈔ
PHP:
$char = "\x{A214}";
echo $char; // Output: ꈔ
Ruby:
char = "\u{A214}"
puts char # Output: ꈔ
Rust:
let c = '\u{A214}';
println!("{}", c); // Output: ꈔ
Go:
char := '\uA214'
fmt.Printf("%c\n", char) // Output: ꈔ
CSS:
/* CSS content property */
.element::before {
content: "\00A214"; /* 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%88%94
MD5:
11996c9d769ff97d116731eac0de3ebd
SHA1:
3026b503cbf7a89b8e0c0a590d762a489e21e317
Base64:
6oiU