Activate Arabic Form Shaping vs Fullwidth Digit Five
VS
Property Comparison
| Property | 206D | 5 FF15 |
|---|---|---|
| Name | Activate Arabic Form Shaping | Fullwidth Digit Five |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Format (Cf) | Decimal Number (Nd) |
| Bidirectional | BN | EN |
Encoding Comparison
| Format | 206D | FF15 |
|---|---|---|
| Unicode | U+206D | U+FF15 |
| HTML Decimal |  | 5 |
| HTML Hex |  | 5 |
| CSS | \206D | \FF15 |
| JavaScript | \u{206D} | \u{FF15} |
| Python | \u206d | \uff15 |
| UTF-8 | e2 81 ad | ef bc 95 |
How to Distinguish
Both Activate Arabic Form Shaping and Fullwidth Digit Five 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.