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