Broken Bar vs Latin Capital Letter C With Cedilla
VS
Property Comparison
| Property | ¦ 00A6 | Ç 00C7 |
|---|---|---|
| Name | Broken Bar | Latin Capital Letter C With Cedilla |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Latn |
| General Category | Other Symbol (So) | Uppercase Letter (Lu) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 00A6 | 00C7 |
|---|---|---|
| Unicode | U+00A6 | U+00C7 |
| HTML Decimal | ¦ | Ç |
| HTML Hex | ¦ | Ç |
| CSS | \00A6 | \00C7 |
| JavaScript | \u{A6} | \u{C7} |
| Python | \u00a6 | \u00c7 |
| UTF-8 | c2 a6 | c3 87 |
How to Distinguish
Both Broken Bar and Latin Capital Letter C With Cedilla 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.