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