Ethiopic Paragraph Separator

Shortcodes

Copy useful codes for ethiopic paragraph separator symbol ፨ to use in websites, apps, blogs, and docs.

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

Customize Ethiopic Paragraph Separator

Customize ፨, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Ethiopic Paragraph Separator Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>፨</span>
HTML Code:
<span>&#4968;</span>
HEX Code:
<span>&#x1368;</span>

Add with CSS

.ethiopic-paragraph-separator::before {
  content: '\\1368';
}

Set it in JavaScript

document.querySelector('.ethiopic-paragraph-separator').textContent = '፨';
copied