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