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