C:
char c = '\uA7A2';
printf("%c\n", c); // Output: Ꞣ
JavaScript:
const char = '\uA7A2';
console.log(char); // Output: Ꞣ
Java:
char c = '\uA7A2';
System.out.println(c); // Output: Ꞣ
JSON:
{"text": "\uA7A2"} // Value: Ꞣ
Python:
char = '\uA7A2'
print(char) # Output: Ꞣ
Perl:
my $char = "\x{A7A2}";
print $char; # Output: Ꞣ
PHP:
$char = "\x{A7A2}";
echo $char; // Output: Ꞣ
Ruby:
char = "\u{A7A2}"
puts char # Output: Ꞣ
Rust:
let c = '\u{A7A2}';
println!("{}", c); // Output: Ꞣ
Go:
char := '\uA7A2'
fmt.Printf("%c\n", char) // Output: Ꞣ
CSS:
/* CSS content property */
.element::before {
content: "\00A7A2"; /* 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%9E%A2
MD5:
4734f0d4d5822622324ef2c44ab06026
SHA1:
3f6d46dbd9106b4a47baf5670442b32fc28edb1b
Base64:
6p6i