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