DIGIT ZERO vs FULLWIDTH DIGIT ZERO
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.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://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
0
DIGIT ZERO
U+0030
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
0
FULLWIDTH DIGIT ZERO
U+FF10
View details →
VS
Property Comparison
| Property | 0 U+0030 | 0 U+FF10 |
|---|---|---|
| Name | DIGIT ZERO | FULLWIDTH DIGIT ZERO |
| Block | Basic Latin | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| Category | Decimal Number (Nd) | Decimal Number (Nd) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | U+0030 | U+FF10 |
|---|---|---|
| unicode | U+0030 | U+FF10 |
| decimal | 48 | 65296 |
| htmldecimal | 0 | 0 |
| htmlhex | 0 | 0 |
| css | \0030 | \FF10 |
| javascript | \u{30} | \u{FF10} |
| python | \u0030 | \uff10 |
| java | \u0030 | \uFF10 |
| go | \u0030 | \uFF10 |
| ruby | \u{30} | \u{FF10} |
| rust | \u{30} | \u{FF10} |
| ccpp | \u0030 | \uff10 |
| urlencoded | 0 | %EF%BC%90 |
| utf8bytes | 30 | ef bc 90 |
| utf16bebytes | 00 30 | ff 10 |
| utf32bebytes | 00 00 00 30 | 00 00 ff 10 |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: DIGIT ZERO in Basic Latin and FULLWIDTH DIGIT ZERO in Halfwidth and Fullwidth Forms.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.