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