Fullwidth Digit Three vs Fullwidth Latin Small Letter L
VS
Property Comparison
| Property | 3 FF13 | l FF4C |
|---|---|---|
| Name | Fullwidth Digit Three | Fullwidth Latin Small Letter L |
| 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 | FF13 | FF4C |
|---|---|---|
| Unicode | U+FF13 | U+FF4C |
| HTML Decimal | 3 | l |
| HTML Hex | 3 | l |
| CSS | \FF13 | \FF4C |
| JavaScript | \u{FF13} | \u{FF4C} |
| Python | \uff13 | \uff4c |
| UTF-8 | ef bc 93 | ef bd 8c |
How to Distinguish
Both Fullwidth Digit Three and Fullwidth Latin Small Letter L 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.