Fullwidth Digit Five vs Hangul Single Dot Tone Mark
VS
Property Comparison
| Property | 5 FF15 | 〮 302E |
|---|---|---|
| Name | Fullwidth Digit Five | Hangul Single Dot Tone Mark |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | CJK Symbols and Punctuation |
| Script | Zyyy | Hang |
| General Category | Decimal Number (Nd) | Spacing Mark (Mc) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | FF15 | 302E |
|---|---|---|
| Unicode | U+FF15 | U+302E |
| HTML Decimal | 5 | 〮 |
| HTML Hex | 5 | 〮 |
| CSS | \FF15 | \302E |
| JavaScript | \u{FF15} | \u{302E} |
| Python | \uff15 | \u302e |
| UTF-8 | ef bc 95 | e3 80 ae |
How to Distinguish
Both Fullwidth Digit Five and Hangul Single Dot Tone Mark 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.