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