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