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