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