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