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