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