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