Fullwidth Digit Five vs Interrobang
VS
Property Comparison
| Property | 5 FF15 | ‽ 203D |
|---|---|---|
| Name | Fullwidth Digit Five | Interrobang |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | General Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirectional | EN | ON |
Encoding Comparison
| Format | FF15 | 203D |
|---|---|---|
| Unicode | U+FF15 | U+203D |
| HTML Decimal | 5 | ‽ |
| HTML Hex | 5 | ‽ |
| CSS | \FF15 | \203D |
| JavaScript | \u{FF15} | \u{203D} |
| Python | \uff15 | \u203d |
| UTF-8 | ef bc 95 | e2 80 bd |
How to Distinguish
Both Fullwidth Digit Five and Interrobang 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.