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