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