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

EN QUAD (U+2000)

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.

UnicodeU+2000
HTML Entity 
LateX\quad
CSS\u2000

Difference from Other Spaces

Space TypeWidthUnicode
Normal SpaceStandard word spaceU+0020
No-Break SpaceSame as normal, no breakU+00A0
A QUADHalf of an emU+2000
IN SQUAREFull inU+2001

Similar Posts