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