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