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