C:
char c = '\uA190';
printf("%c\n", c); // Output: ꆐ
JavaScript:
const char = '\uA190';
console.log(char); // Output: ꆐ
Java:
char c = '\uA190';
System.out.println(c); // Output: ꆐ
JSON:
{"text": "\uA190"} // Value: ꆐ
Python:
char = '\uA190'
print(char) # Output: ꆐ
Perl:
my $char = "\x{A190}";
print $char; # Output: ꆐ
PHP:
$char = "\x{A190}";
echo $char; // Output: ꆐ
Ruby:
char = "\u{A190}"
puts char # Output: ꆐ
Rust:
let c = '\u{A190}';
println!("{}", c); // Output: ꆐ
Go:
char := '\uA190'
fmt.Printf("%c\n", char) // Output: ꆐ
CSS:
/* CSS content property */
.element::before {
content: "\00A190"; /* 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%86%90
MD5:
04fa585d0ea0d81fa527a987078b79fd
SHA1:
09d59ed218f2faf0443f9fd7b14701dc76375a8d
Base64:
6oaQ