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