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