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