Unicode Character " " U+2028 Line Separator
Unicode Version 15.1
Summary
The unicode character " " at code point U+2028 is Line Separator. It is a character in the General Punctuation block and is part of the Common script. The character is a line separator. The UTF-8 encoding of " " is 0xE2 0x80 0xA8 and the UTF-16 encoding is 0x2028.
General Properties
Code Point | U+2028 |
Version Added | 1.1 |
Name | Line Separator |
Block | General Punctuation |
General Category | Line Separator |
Canonical Combining Class | Not Reordered |
Bidirectional Class | White Space |
Encodings
HTML Decimal Encoding | 
 |
HTML Hex Encoding | 
 |
UTF-8 Encoding | 0xE2 0x80 0xA8 |
UTF-16 Encoding | 0x2028 |
UTF-32 Encoding | 0x00002028 |
C/C++/Java Escape | \u2028 |