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