Fullwidth Digit Three vs Fullwidth Percent Sign
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Property Comparison
| Property | 3 FF13 | % FF05 |
|---|---|---|
| Name | Fullwidth Digit Three | Fullwidth Percent Sign |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirectional | EN | ET |
Encoding Comparison
| Format | FF13 | FF05 |
|---|---|---|
| Unicode | U+FF13 | U+FF05 |
| HTML Decimal | 3 | % |
| HTML Hex | 3 | % |
| CSS | \FF13 | \FF05 |
| JavaScript | \u{FF13} | \u{FF05} |
| Python | \uff13 | \uff05 |
| UTF-8 | ef bc 93 | ef bc 85 |
How to Distinguish
Both Fullwidth Digit Three and Fullwidth Percent Sign 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.