Paragraphos

Shortcodes

Copy and paste codes for Paragraphos symbol ⸏ to use in your websites, apps, blogs, and more.

Unicode
U+2E0F
HTML Code
⸏
HEX Code
⸏
CSS Code
\2E0F
JS/JSON
\u2E0F
Unix/C/PHP/JAVA
0x2E0F
URL-encode
%E2%B8%8F
copied

Customize Paragraphos Symbol

Customize ⸏ symbol as you like and download Paragraphos as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Paragraphos symbol in HTML, CSS, and JS?

Insert ⸏ Paragraphos using HTML

1. Copy-paste Paragraphos directly:
<span>⸏</span>
2. HTML Decimal Code:
<span>&#11791;</span>
3. Hexadecimal Code:
<span>&#x2E0F;</span>
Preview:

Add Paragraphos symbol with CSS

.paragraphos::before {
    content: '\\2E0F';
}
Preview: Paragraphos

Paragraphos JavaScript Code

1. Direct Symbol:
document.querySelector('.paragraphos').textContent = '⸏';
2. Unicode Escape for ⸏:
document.querySelector('.paragraphos').textContent = '\u2E0F';
Preview: