Ethiopic Paragraph Separator

Shortcodes

Copy and paste codes for Ethiopic Paragraph Separator symbol ፨ to use in your websites, apps, blogs, and more.

Unicode
U+1368
HTML Code
፨
HEX Code
፨
CSS Code
\1368
JS/JSON
\u1368
Unix/C/PHP/JAVA
0x1368
URL-encode
%E1%8D%A8
copied

Customize Ethiopic Paragraph Separator Symbol

Customize ፨ symbol as you like and download Ethiopic Paragraph Separator 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 Ethiopic Paragraph Separator symbol in HTML, CSS, and JS?

Insert ፨ Ethiopic Paragraph Separator using HTML

1. Copy-paste Ethiopic Paragraph Separator directly:
<span>፨</span>
2. HTML Decimal Code:
<span>&#4968;</span>
3. Hexadecimal Code:
<span>&#x1368;</span>
Preview:

Add Ethiopic Paragraph Separator symbol with CSS

.ethiopic-paragraph-separator::before {
    content: '\\1368';
}
Preview: Ethiopic Paragraph Separator

Ethiopic Paragraph Separator JavaScript Code

1. Direct Symbol:
document.querySelector('.ethiopic-paragraph-separator').textContent = '፨';
2. Unicode Escape for ፨:
document.querySelector('.ethiopic-paragraph-separator').textContent = '\u1368';
Preview: