FOSSFonts

NO-BREAK SPACE

 

U+00A0

Code

00A0

Code Point

160

Notes

commonly abbreviated as NBSP

should be the same width as the space 0020

# <noBreak> 0020

Character Properties

General Category

Letter, Other (Lo)

Bidi Class

L (Left-to-Right)

Combining Class

0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)

Block

C1 Controls and Latin-1 Supplement (Latin-1 Supplement)

Character Encoding

UTF-8

0xC20xA0

UTF-16

0x00A0

UTF-32

0x000000A0

Copy & Paste Codes

Character

 

Unicode Escape

\u{00A0}

HTML Entity (Decimal)

&#160;

HTML Entity (Hex)

&#x00A0;

CSS Code

\00A0

JavaScript

String.fromCodePoint(0x00A0)

Python

chr(0x00A0)
NO-BREAK SPACE ( ) - U+00A0 | Unicode | FOSSFonts