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