Four-per-em Space Symbol
A four-per-em space character used for precise, typographic spacing in text.
U+2005
The four-per-em space (U+2005) is a Unicode punctuation space. It helps you create consistent spacing that matches the font’s typographic scale. This page gives you safe copy/paste options and common insertion methods.
Four-per-em Space Symbol Meaning
The four-per-em space is a Unicode whitespace character categorized as punctuation. It represents a space whose width is defined relative to the current font’s “em” unit, specifically four per em (i.e., 1/4 em). Designers and typesetters use it when a standard space (like a regular space or a fixed-width space) is either too wide or not precise enough. Because its width is tied to the font metrics, it can look subtly different across fonts while still preserving the intended typographic relationship. If you need controlled micro-spacing in layouts, it’s a practical alternative to ad-hoc spacing with padding or multiple regular spaces.
Common uses
- •Fine-tuning inline spacing in editorial layouts where regular spaces are too large
- •Creating consistent spacing around punctuation or symbols in typography-focused content
- •Adjusting line/label aesthetics in UI text when exact spacing matters
- •Formatting technical text where visual separation needs to be smaller than a normal space
- •Spacing in web content without relying on multiple regular spaces that may collapse
Examples
Four-Per-Em Space (U+2005)
- word word
- Label: Value
- A B
- Item № 123
- Chapter 4 Section 2
Variations
Ready to copy
Technical codes
| Unicode | U+2005 | |
| HTML Entity |   | |
| HTML Code |   | |
| CSS | \2005 |
FAQ
What does the Four-per-em Space symbol mean?
The four-per-em space is a Unicode whitespace character categorized as punctuation. It represents a space whose width is defined relative to the current font’s “em” unit, specifically four per em (i.e., 1/4 em). Designers and typesetters use it when a standard space (like a regular space or a fixed-width space) is either too wide or not precise enough. Because its width is tied to the font metrics, it can look subtly different across fonts while still preserving the intended typographic relationship. If you need controlled micro-spacing in layouts, it’s a practical alternative to ad-hoc spacing with padding or multiple regular spaces.
What is the four-per-em space (U+2005)?
It’s a Unicode whitespace character whose width is four per em (1/4 em) and is categorized as punctuation in Unicode.
How do I copy it into HTML?
You can paste the character directly, or use the HTML entity:  .
How do I use it in CSS or scripts?
CSS escape: \\2005. JavaScript escape: \\u{2005}.
Will it behave like a normal space in HTML?
It is a whitespace character, but its display depends on font metrics and layout rules. If you’re relying on spacing, verify how your CSS (e.g., whitespace handling) affects it.