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