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