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