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