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