free-symbols

Fullwidth Digit Zero Letter

0 is the fullwidth (wide) form of the digit zero, used for consistent East Asian typography.

U+FF10

The symbol 0 is called the fullwidth digit zero. It looks like a normal 0, but it has a different Unicode code point. This makes it useful when you want wide, alignment-consistent text in many fonts and layouts.

Fullwidth Digit Zero Letter Meaning

Fullwidth digit zero (0) is a Unicode character in the Fullwidth block: U+FF10. It represents the digit “0” in a typographic style where the character occupies more horizontal space, commonly matching the width of fullwidth Latin letters in East Asian typography. Visually, it may resemble a regular zero, but it is not interchangeable with ASCII “0” because it has a different code point. Use it when you need consistent spacing, table alignment, or styling with other fullwidth characters, such as in posters, UI mockups, or text rendered with fonts that expect fullwidth digits.

Common uses

  • UI and design mockups that require fullwidth numeral alignment
  • Creating consistent-width number strings alongside fullwidth characters
  • Formatting IDs, counters, or labels for East Asian typography styles
  • Typography and layout where monospaced or fixed visual width matters
  • Social posts or graphic text that must match wide-digit styling

Examples

0 (Fullwidth Digit Zero) – Copy & Info

  • Order: 01234
  • Page 03 / 05
  • Ticket number 0987
  • Room 021
  • Version 0.1

Variations

Technical codes

UnicodeU+FF10
HTML Entity0
HTML Code0
CSS\FF10

FAQ

What does the Fullwidth Digit Zero letter mean?

Fullwidth digit zero (0) is a Unicode character in the Fullwidth block: U+FF10. It represents the digit “0” in a typographic style where the character occupies more horizontal space, commonly matching the width of fullwidth Latin letters in East Asian typography. Visually, it may resemble a regular zero, but it is not interchangeable with ASCII “0” because it has a different code point. Use it when you need consistent spacing, table alignment, or styling with other fullwidth characters, such as in posters, UI mockups, or text rendered with fonts that expect fullwidth digits.

Is 0 the same as the normal character 0?

No. 0 is fullwidth digit zero (U+FF10). The normal digit 0 is ASCII (commonly U+0030), so they are different characters.

When should I use the fullwidth zero 0?

Use it when you need wide, East Asian typography-style digits, especially for alignment with other fullwidth characters.

How do I write 0 in HTML?

You can use the HTML entity 0.

What are the CSS and JavaScript escapes for 0?

CSS escape: \\FF10. JavaScript (Unicode code point escape): \\u{FF10}.