Fullwidth Circumflex Accent vs Fullwidth Digit Three
VS
Property Comparison
| Property | ^ FF3E | 3 FF13 |
|---|---|---|
| Name | Fullwidth Circumflex Accent | Fullwidth Digit Three |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Modifier Symbol (Sk) | Decimal Number (Nd) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | FF3E | FF13 |
|---|---|---|
| Unicode | U+FF3E | U+FF13 |
| HTML Decimal | ^ | 3 |
| HTML Hex | ^ | 3 |
| CSS | \FF3E | \FF13 |
| JavaScript | \u{FF3E} | \u{FF13} |
| Python | \uff3e | \uff13 |
| UTF-8 | ef bc be | ef bc 93 |
How to Distinguish
Both Fullwidth Circumflex Accent and Fullwidth Digit Three 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.