Non-breaking Space

If you have ever needed a   Non-breaking Space Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy   Symbol to Clipboard

Non-breaking Space Codes

 

U+000A0

Unicode

 

 

Hex Code

 

 

HTML Code

 

 

HTML Entity

 

\00A0

CSS Code

Non-breaking Space Code Examples

HTML Example

<span> &#160; </span>

CSS Example

span {
   content: "\00A0";
}

Symbol Copied!