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