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