C:
char c = '\uA51B';
printf("%c\n", c); // Output: ꔛ
JavaScript:
const char = '\uA51B';
console.log(char); // Output: ꔛ
Java:
char c = '\uA51B';
System.out.println(c); // Output: ꔛ
JSON:
{"text": "\uA51B"} // Value: ꔛ
Python:
char = '\uA51B'
print(char) # Output: ꔛ
Perl:
my $char = "\x{A51B}";
print $char; # Output: ꔛ
PHP:
$char = "\x{A51B}";
echo $char; // Output: ꔛ
Ruby:
char = "\u{A51B}"
puts char # Output: ꔛ
Rust:
let c = '\u{A51B}';
println!("{}", c); // Output: ꔛ
Go:
char := '\uA51B'
fmt.Printf("%c\n", char) // Output: ꔛ
CSS:
/* CSS content property */
.element::before {
content: "\00A51B"; /* 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%9B
MD5:
28ff267297d28d7a0578bb9a5d771c65
SHA1:
86ecb0fe57d9488dfd777e8caccc2833704fa64a
Base64:
6pSb