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