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