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