C:
char c = '\uA20D';
printf("%c\n", c); // Output: ꈍ
JavaScript:
const char = '\uA20D';
console.log(char); // Output: ꈍ
Java:
char c = '\uA20D';
System.out.println(c); // Output: ꈍ
JSON:
{"text": "\uA20D"} // Value: ꈍ
Python:
char = '\uA20D'
print(char) # Output: ꈍ
Perl:
my $char = "\x{A20D}";
print $char; # Output: ꈍ
PHP:
$char = "\x{A20D}";
echo $char; // Output: ꈍ
Ruby:
char = "\u{A20D}"
puts char # Output: ꈍ
Rust:
let c = '\u{A20D}';
println!("{}", c); // Output: ꈍ
Go:
char := '\uA20D'
fmt.Printf("%c\n", char) // Output: ꈍ
CSS:
/* CSS content property */
.element::before {
content: "\00A20D"; /* 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%88%8D
MD5:
5005ea9cd77817df3d36bebd9bdb8636
SHA1:
4f2ab48db06b20f6fe18664bec8d75e0e30f5e47
Base64:
6oiN