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