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