LINE SEPARATOR ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2028
Codepoint
8232
Notes
may be used to represent this semantic unambiguously
Character Encoding
UTF-8
0xE20x800xA8
UTF-16
0x2028
UTF-32
0x00002028
Copy & Paste Codes
Unicode Escape
\u{2028}
HTML Entity (Decimal)


HTML Entity (Hex)


CSS Code
\2028
JavaScript/JSON
String.fromCodePoint(0x2028)
Python
chr(0x2028)
Ruby/PHP
chr(0x2028)
Unix, C, PHP, JAVA
0x2028
Perl
chr(0x2028)
URL Encoded
%2028