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