C:
char c = '\uA0D1';
printf("%c\n", c); // Output: ꃑ
JavaScript:
const char = '\uA0D1';
console.log(char); // Output: ꃑ
Java:
char c = '\uA0D1';
System.out.println(c); // Output: ꃑ
JSON:
{"text": "\uA0D1"} // Value: ꃑ
Python:
char = '\uA0D1'
print(char) # Output: ꃑ
Perl:
my $char = "\x{A0D1}";
print $char; # Output: ꃑ
PHP:
$char = "\x{A0D1}";
echo $char; // Output: ꃑ
Ruby:
char = "\u{A0D1}"
puts char # Output: ꃑ
Rust:
let c = '\u{A0D1}';
println!("{}", c); // Output: ꃑ
Go:
char := '\uA0D1'
fmt.Printf("%c\n", char) // Output: ꃑ
CSS:
/* CSS content property */
.element::before {
content: "\00A0D1"; /* 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%83%91
MD5:
3f3989536f05e2d6be2def025d7278d9
SHA1:
a0deb178d76bf65d4e5058343f13182d0973f63e
Base64:
6oOR