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