free-symbols

Em Space Symbol

An em space is a wide whitespace character used to control spacing and alignment in typography.

U+2003

The em space is a whitespace character with Unicode code point U+2003. It’s commonly used in typography to create consistent, scalable spacing. Use it when you need more room than a regular space, but less than larger custom spacing tricks.

Em Space Symbol Meaning

An em space (U+2003) is a punctuation-class whitespace character that typically has a width close to the font’s em square (the font size in typographic terms). Unlike a normal space, it provides a larger, more visually balanced gap and can help align text in layouts, tables, and typeset content. Because it’s a real Unicode character, it can be copied, stored, searched, and rendered consistently across systems that support it. In HTML, you can output it with its entity ( ), and in CSS/JavaScript you can reference it via the provided escape sequences.

Common uses

  • Typography and layout spacing where a wider gap than a regular space is needed
  • Creating visually aligned text blocks, especially in design mockups and drafts
  • Separating sections in formatted text (for example, headings, labels, and values) without relying on multiple normal spaces
  • Using in documents or editors that preserve whitespace characters for consistent rendering
  • Programmatic text generation where you want a specific, repeatable spacing character

Examples

  Em Space (U+2003) Symbol

  • Hello world
  • Item Price
  • Section 1
  • Name ID
  • Note (see below)

Variations

Ready to copy

Technical codes

UnicodeU+2003
HTML Entity 
HTML Code 
CSS\2003

FAQ

What does the Em Space symbol mean?

An em space (U+2003) is a punctuation-class whitespace character that typically has a width close to the font’s em square (the font size in typographic terms). Unlike a normal space, it provides a larger, more visually balanced gap and can help align text in layouts, tables, and typeset content. Because it’s a real Unicode character, it can be copied, stored, searched, and rendered consistently across systems that support it. In HTML, you can output it with its entity ( ), and in CSS/JavaScript you can reference it via the provided escape sequences.

What is the Unicode code point for the em space?

The em space has Unicode code point U+2003.

How do I use the em space in HTML?

You can use the HTML entity   to represent the em space.

What are the CSS and JavaScript escapes for this character?

CSS escape: \\2003. JavaScript escape: \\u{2003}.

Is the em space the same as a normal space?

No. An em space is wider than a regular space, and it’s represented by a distinct Unicode whitespace character.