Fullwidth Digit Two vs Fullwidth Left White Parenthesis
VS
Property Comparison
| Property | 2 FF12 | ⦅ FF5F |
|---|---|---|
| Name | Fullwidth Digit Two | Fullwidth Left White Parenthesis |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Open Punctuation (Ps) |
| Bidirectional | EN | ON |
Encoding Comparison
| Format | FF12 | FF5F |
|---|---|---|
| Unicode | U+FF12 | U+FF5F |
| HTML Decimal | 2 | ⦅ |
| HTML Hex | 2 | ⦅ |
| CSS | \FF12 | \FF5F |
| JavaScript | \u{FF12} | \u{FF5F} |
| Python | \uff12 | \uff5f |
| UTF-8 | ef bc 92 | ef bd 9f |
How to Distinguish
Both Fullwidth Digit Two and Fullwidth Left White Parenthesis 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.