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