What is En Quad (U+2000)?
The En Quad (U+2000) is a character in the Unicode standard that represents a space with a width equal to one en, which is a unit of measurement used in typesetting. One en is typically equal to half the point size of a font, so an en quad is the same width as two en spaces.
The En Quad character is commonly used in typesetting to provide consistent whitespace between elements in a layout. For example, it may be used to separate elements within a word, such as between a number and its unit of measurement.
| Unicode | U+2000 |
| HTML Code |   |
| HEX Code |   |
How to type En Quad (U+2000)?
The En Quad character is assigned the code point U+2000 in the Unicode standard and is supported by most modern text editors and software applications. To type the En Quad character, you can use its Unicode code point representation in a text editor or use the special characters or symbols menu of your text editor to insert the character.
In HTML and other markup languages, you can add the En Quad character by using its Unicode code point representation:
<p>This is a sentence with the En Quad character: </p>
When this HTML code is rendered in a web browser, the “โ” character will be displayed as the En Quad character.