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