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