No-Break Space

U+00A0

Quick Reference
Unicode
U+00A0
HTML Entity
 
HTML Numeric
 
CSS
\00A0
JavaScript
\u00A0
Windows Alt Code
Alt+0160
Insert No-Break Space in Word, Excel & Google Docs
ApplicationHow to insert No-Break Space
Windows (any app)Hold Alt and type 0160 on the numeric keypad
Microsoft WordType 00A0, then press Alt+X
Excel / Google SheetsUse the formula =UNICHAR(160)
Google DocsInsert → Special characters, then search "no-break space"
HTML  or  
CSS (content property)content: "\00A0"
JavaScript"\u00A0"
About No-Break Space

The no-break space looks identical to a normal space but prevents an automatic line break at its position. It is invisible — shown here as the open-box placeholder ␣.

Usage

Used to keep units with their numbers (10 km), initials with names, and in HTML ( ) to preserve spacing. Frequently causes 'identical-looking strings don't match' bugs.