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