HTML code for Space

 

HTML code for Space

HTML code for white space.

Sign Name code Decimal code Hex code Description
        non-breaking space
    &#x20 space
  ␠ ␠  
  ␣ ␣ line space

 

Non-breaking space is the most common space symbol in use.

Example

HTML code:

<p>&#160;1&nbsp;2&nbsp;&nbsp;3&nbsp;&nbsp;&nbsp;!<p>

Preview:

 1 2  3   !

 

 

See also

©️ 2024 CalculatorX. All rights reserved.