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