Nonbreaking Space HTML Entity
Copy and Code Reference
A nonbreaking space prevents a line break at its position. It is useful between values and units or within short names that should stay together.
HTML Codes
| Named entity | |
|---|---|
| Decimal reference |   |
| Hexadecimal reference |   |
| Unicode | U+00A0 |
When to Use It
Do not use repeated nonbreaking spaces for layout. Use CSS spacing and layout properties instead.
Keep the final semicolon in every character reference. Modern UTF-8 documents can also contain the literal character when it is not part of HTML syntax.