If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+2028, officially named LINE SEPARATOR, was introduced in Unicode version 1.1. It is part of the Punctuation block, which belongs to the Basic Multilingual plane.
Categorized technically as a Line Separator, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an White Space character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
8232
Copied!
|
|---|---|
| UTF-8 |
E2 80 A8
Copied!
|
| UTF-16 |
20 28
Copied!
|
| UTF-32 |
00 00 20 28
Copied!
|
| URL-Quoted |
%E2%80%A8
Copied!
|
| HTML hex reference |


Copied!
|
| RFC 5137 |
\u'2028'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u2028
Copied!
|
| C and C++ |
\u2028
Copied!
|
| C# |
\u2028
Copied!
|
| CSS |
\002028
Copied!
|
| Excel |
=UNICHAR(8232)
Copied!
|
| Go |
\u2028
Copied!
|
| JavaScript |
\u2028
Copied!
|
| Modern JavaScript (since ES6) |
\u{2028}
Copied!
|
| JSON |
\u2028
Copied!
|
| Java |
\u2028
Copied!
|
| Lua |
\u{2028}
Copied!
|
| Matlab |
char(8232)
Copied!
|
| Perl |
\x{2028}
Copied!
|
| PHP |
\u{2028}
Copied!
|
| PostgreSQL |
U&'\2028'
Copied!
|
| PowerShell |
`u{2028}
Copied!
|
| Python |
\u2028
Copied!
|
| Ruby |
\u{2028}
Copied!
|
| Rust |
\u{2028}
Copied!
|