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