PARAGRAPH SEPARATOR ( )
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2029
Codepoint
8233
Notes
may be used to represent this semantic unambiguously
Character Encoding
UTF-8
0xE20x800xA9
UTF-16
0x2029
UTF-32
0x00002029
Copy & Paste Codes
Unicode Escape
\u{2029}
HTML Entity (Decimal)


HTML Entity (Hex)


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