U+2003 · EM SPACE ·  

Em Space Copy & Paste

Copy one wide typographic space or a short sequence. Then compare its actual text behavior with ordinary, En and No-Break Spaces before using it in a layout.

Get the actual Em Space.

Choose an exact count. The brackets below only show the boundaries; they are not copied.

 one U+2003 between the brackets
Nothing is copied until you choose a button.

If automatic copying is blocked, select the character in the field and use your device’s copy command.

An Em Space is a broad gap, not empty text.

Three labelled pairs of brackets comparing ordinary, En and Em Space gaps
Outlines show character boundaries for teaching. The copy control gives you only U+2003.

U+2003 is a typographic space with an em-based advance. In many fonts it appears wider than U+0020 and roughly twice an En Space, but the actual pixel width can vary with the font and renderer. It does not force adjacent words to remain on one line.

What the copied value contains.

Unicode nameEM SPACE
Code pointU+2003
Decimal8195
CategoryZs · Space Separator
BlockGeneral Punctuation
Line breakingBreaking space

The character and its written references are different.

Use the copy button in plain text. In HTML source, use the named or numeric reference; the browser turns that source into U+2003 when parsing it.

JavaScript string"\u2003"
HTML named reference 
HTML decimal 
HTML hexadecimal 
Do not paste the letters “ ” into a normal text field.

That field would receive six visible source characters, not the space. Paste the copied character instead, then inspect the result when exact matching matters.

Width and breaking are separate decisions.

CharacterTypical appearanceBreak behaviorUse it for
Em SpaceU+2003Broad font-dependent gapCan breakIntentional typographic spacing
En SpaceU+2002Typically narrower than Em SpaceCan breakSmaller typographic gap
Regular SpaceU+0020Ordinary word gapCan breakNormal prose
No-Break SpaceU+00A0Usually ordinary-space widthNormally resists a breakKeeping a short pair together
Braille Pattern BlankU+2800Blank-looking symbol cellNot a typographic spaceTesting a blank-looking symbol

When the broad gap helps—and when it causes trouble.

Short typographic separation

Use one Em Space when a text-only label needs a deliberate wider pause. Its precise look still depends on the font at the destination.

HTML presentation

  in HTML source produces U+2003. For larger page layout, use CSS spacing so the relationship adapts to screen size.

Unexpected gaps in copied text

An Em Space may look like several ordinary spaces. Paste the saved text into the checker to identify its code point before editing it.

Clean up deliberately

The whitespace normalizer focuses on common spaces, tabs, NBSP and blank lines; inspect its rules before using it. If U+2003 is not among the selected rules, replace it in a suitable editor rather than assuming every space was converted.

Copy, place, then verify the saved text.

  1. Copy U+2003 above.

    Use one character for a measured gap; repeat only when the resulting width is really intended.

  2. Paste into a short sample.

    Compare its appearance with an ordinary space in the actual font and field. The bracket diagram is not copied.

  3. Check the stored value.

    If a form trims or replaces spacing, inspect the saved text with the checker and follow the troubleshooting guide.

Unicode defines the character; your font determines its appearance.

Em Space FAQ

How do I copy one Em Space?

Use Copy 1 above. The clipboard receives the single U+2003 code point, without the displayed brackets.

Is Em Space the same as four normal spaces?

No. It is one character with a typographic width. Several U+0020 characters are separate values and may collapse or wrap differently.

Is it always exactly one em wide?

It is an em space by design, but the rendered advance depends on the font, text engine and surrounding layout. Check the destination rather than counting pixels here.

Will it keep words together?

No. U+2003 is a breaking space. Use No-Break Space for a space-like gap that normally resists a line break.

What does   mean?

It is HTML source notation for U+2003. A plain text input normally needs the actual space, not the letters in the reference.

Can I use it for a blank username?

A destination may trim, reject or normalize spacing characters. If the goal is a blank-looking character, compare the character choices and verify what the platform stored.

Why did the gap disappear after pasting?

The target may collapse whitespace visually or change the value. Inspect what was saved with the checker before choosing another character.

How do I remove an unwanted Em Space?

First locate U+2003 with the checker, then replace that code point in an editor that supports exact find/replace. Do not assume a generic space-cleanup preset covers it.

Need a different kind of blank?

Use the character directory when you know the code point, the comparison guide when you know the desired effect, or the Word Joiner reference when you need to prevent a break without adding width.