” ” U+00A0: No-Break Space

  No-Break Space

U+00A0
[SPACE]

ℹ️ About

The No-Break Space (NBSP) is a non-printing character that occupies a space but prevents an automatic line break from occurring at its position. It is technically classified as a Space Separator (Zs). In web development, it is most commonly used via the   entity to keep words together (e.g., “10 kg”) or to prevent empty HTML elements from collapsing.

⚠️ Note: Do not confuse with (Standard U+0020 Space) or _ (Underscore).

Codes

HTML (Named)  
CSS \00A0
Python \u00A0

Live Playground

More from Latin-1 Supplement

Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *