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