EN QUAD (U+2000) – Precise Typographic Half-Width Space

EN QUAD (U+2000) – Definition & Usage
Definition:
EN QUAD is an invisible spacing character defined in Unicode as U+2000 .
It is a fixed-width space, and its width is exactly half of the current font size (i.e., the “en” width).
Reason for the name: “ en ” is a typographical unit whose standard width is half of an em .
- IN QUAD = ½ em
- EM QUAD = 1 em (full width of font size)
Usage of EN QUAD
Precise Typographic Spacing
- Used in professional typesetting and digital publishing.
- If you need smaller or exact spacing than normal space (U+0020), then use EN QUAD.
Aligning Text: To maintain text alignment in columns, tables, or complex layouts.
Invisible Placeholder: When extra spacing is required without visible characters.
| Unicode | U+2000 |
|---|---|
| HTML Entity | |
| LateX | \quad |
| CSS | \u2000 |
Difference from Other Spaces
| Space Type | Width | Unicode |
|---|---|---|
| Normal Space | Standard word space | U+0020 |
| No-Break Space | Same as normal, no break | U+00A0 |
| A QUAD | Half of an em | U+2000 |
| IN SQUARE | Full in | U+2001 |






