C:
char c = '\uA953';
printf("%c\n", c); // Output: ꥓
JavaScript:
const char = '\uA953';
console.log(char); // Output: ꥓
Java:
char c = '\uA953';
System.out.println(c); // Output: ꥓
JSON:
{"text": "\uA953"} // Value: ꥓
Python:
char = '\uA953'
print(char) # Output: ꥓
Perl:
my $char = "\x{A953}";
print $char; # Output: ꥓
PHP:
$char = "\x{A953}";
echo $char; // Output: ꥓
Ruby:
char = "\u{A953}"
puts char # Output: ꥓
Rust:
let c = '\u{A953}';
println!("{}", c); // Output: ꥓
Go:
char := '\uA953'
fmt.Printf("%c\n", char) // Output: ꥓
CSS:
/* CSS content property */
.element::before {
content: "\00A953"; /* 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%A5%93
MD5:
3331986bbf2711b35e68e34555d8e529
SHA1:
0d5b304f83ee796a4e2b05982aff6738b070c58e
Base64:
6qWT