Currency Sign vs Latin Capital Letter A With Grave
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Property Comparison
| Property | ¤ 00A4 | À 00C0 |
|---|---|---|
| Name | Currency Sign | Latin Capital Letter A With Grave |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Latn |
| General Category | Currency Symbol (Sc) | Uppercase Letter (Lu) |
| Bidirectional | ET | L |
Encoding Comparison
| Format | 00A4 | 00C0 |
|---|---|---|
| Unicode | U+00A4 | U+00C0 |
| HTML Decimal | ¤ | À |
| HTML Hex | ¤ | À |
| CSS | \00A4 | \00C0 |
| JavaScript | \u{A4} | \u{C0} |
| Python | \u00a4 | \u00c0 |
| UTF-8 | c2 a4 | c3 80 |
How to Distinguish
Both Currency Sign and Latin Capital Letter A With Grave belong to the Latin Extended category and the Latin-1 Supplement block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.