C:
char c = '\uA364';
printf("%c\n", c); // Output: ꍤ
JavaScript:
const char = '\uA364';
console.log(char); // Output: ꍤ
Java:
char c = '\uA364';
System.out.println(c); // Output: ꍤ
JSON:
{"text": "\uA364"} // Value: ꍤ
Python:
char = '\uA364'
print(char) # Output: ꍤ
Perl:
my $char = "\x{A364}";
print $char; # Output: ꍤ
PHP:
$char = "\x{A364}";
echo $char; // Output: ꍤ
Ruby:
char = "\u{A364}"
puts char # Output: ꍤ
Rust:
let c = '\u{A364}';
println!("{}", c); // Output: ꍤ
Go:
char := '\uA364'
fmt.Printf("%c\n", char) // Output: ꍤ
CSS:
/* CSS content property */
.element::before {
content: "\00A364"; /* 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%8D%A4
MD5:
6da39ba903afc828f1e3ce6e22a7b4cd
SHA1:
3462ec0283e094e648ee909651990e5a234dcd91
Base64:
6o2k