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