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