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