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