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