Fullwidth Digit Seven vs Fullwidth Latin Capital Letter K
VS
Property Comparison
| Property | 7 FF17 | K FF2B |
|---|---|---|
| Name | Fullwidth Digit Seven | Fullwidth Latin Capital Letter K |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Latn |
| General Category | Decimal Number (Nd) | Uppercase Letter (Lu) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | FF17 | FF2B |
|---|---|---|
| Unicode | U+FF17 | U+FF2B |
| HTML Decimal | 7 | K |
| HTML Hex | 7 | K |
| CSS | \FF17 | \FF2B |
| JavaScript | \u{FF17} | \u{FF2B} |
| Python | \uff17 | \uff2b |
| UTF-8 | ef bc 97 | ef bc ab |
How to Distinguish
Both Fullwidth Digit Seven and Fullwidth Latin Capital Letter K 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.