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