Fullwidth Digit Seven vs Fullwidth Latin Small Letter C
VS
Property Comparison
| Property | 7 FF17 | c FF43 |
|---|---|---|
| Name | Fullwidth Digit Seven | Fullwidth Latin Small Letter C |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Latn |
| General Category | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | FF17 | FF43 |
|---|---|---|
| Unicode | U+FF17 | U+FF43 |
| HTML Decimal | 7 | c |
| HTML Hex | 7 | c |
| CSS | \FF17 | \FF43 |
| JavaScript | \u{FF17} | \u{FF43} |
| Python | \uff17 | \uff43 |
| UTF-8 | ef bc 97 | ef bd 83 |
How to Distinguish
Both Fullwidth Digit Seven and Fullwidth Latin Small Letter C belong to the Punctuation category and the Halfwidth and Fullwidth Forms 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.