Em Quad Symbol
Em quad ( ) is a Unicode punctuation space used for fixed-width typographic spacing.
U+2001
The em quad character ( ) is a Unicode spacing symbol often used in typography. It provides a consistent horizontal gap based on the em unit. You can copy it directly or use its Unicode code point in code.
Em Quad Symbol Meaning
Em quad ( , U+2001) is a punctuation “space” character from the Unicode block of general punctuation. Unlike regular spaces, it is intended for typographic layout where a specific visual amount of horizontal space is useful. Because its width is defined in relation to the em, it helps maintain consistent spacing in design and text rendering. People typically use it when they want an easy, copyable gap that behaves like a traditional typesetting space, especially in mockups, plain-text formatting, or environments where precise alignment matters more than styling.
Common uses
- •Creating consistent indentation or visual separation in plain text mockups
- •Aligning columns or labels in environments that prefer copy/paste characters
- •Adding typographic spacing in design notes or editorial drafts
- •Using as a lightweight “layout spacer” in HTML/CSS experiments
- •Improving readability when you need a stronger gap than a normal space
Examples
Em Quad symbol (U+2001)
- Title Subtitle
- Step 1 Step 2
- Name Value
- Left Center Right
- Item A Item B
Variations
Ready to copy
Technical codes
| Unicode | U+2001 | |
| HTML Entity |   | |
| HTML Code |   | |
| CSS | \2001 |
FAQ
What does the Em Quad symbol mean?
Em quad ( , U+2001) is a punctuation “space” character from the Unicode block of general punctuation. Unlike regular spaces, it is intended for typographic layout where a specific visual amount of horizontal space is useful. Because its width is defined in relation to the em, it helps maintain consistent spacing in design and text rendering. People typically use it when they want an easy, copyable gap that behaves like a traditional typesetting space, especially in mockups, plain-text formatting, or environments where precise alignment matters more than styling.
What is the Unicode code point for the em quad?
The em quad symbol is U+2001.
How do I copy the em quad character?
Copy the character at the top of this page ( ), or use the HTML entity  .
What is the HTML entity for em quad?
The HTML entity is  .
Can I use the em quad in JavaScript?
Yes. You can use the escape form \\u{2001} in JavaScript or place the character directly in a string.