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