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