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