Fullwidth Digit Five vs Inhibit Arabic Form Shaping
VS
Property Comparison
| Property | 5 FF15 | 206C |
|---|---|---|
| Name | Fullwidth Digit Five | Inhibit Arabic Form Shaping |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | General Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Format (Cf) |
| Bidirectional | EN | BN |
Encoding Comparison
| Format | FF15 | 206C |
|---|---|---|
| Unicode | U+FF15 | U+206C |
| HTML Decimal | 5 |  |
| HTML Hex | 5 |  |
| CSS | \FF15 | \206C |
| JavaScript | \u{FF15} | \u{206C} |
| Python | \uff15 | \u206c |
| UTF-8 | ef bc 95 | e2 81 ac |
How to Distinguish
Both Fullwidth Digit Five and Inhibit Arabic Form Shaping are in the Punctuation category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.