0xA0
0xA0 is a hexadecimal byte value equal to 160 in decimal. In many text encodings, including ISO-8859-1 and Windows-1252, the byte 0xA0 maps to the no-break space character, which in Unicode is U+00A0.
In Unicode, NO-BREAK SPACE (U+00A0) is categorized as a space separator (class Zs) and is intended to
In UTF-8, the character U+00A0 is encoded as the two-byte sequence 0xC2 0xA0. This differs from how
In HTML and XML, the non-breaking space can be represented as the named entity or with
Note that 0xA0 is not part of the 7-bit ASCII standard; its interpretation depends on the encoding