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