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