Ethiopic Preface Colon

Shortcodes

Copy useful codes for ethiopic preface colon symbol ፦ to use in websites, apps, blogs, and docs.

Unicode
U+1366
HTML Code
፦
HEX Code
፦
CSS Code
\1366
JS/JSON
\u1366
Unix/C/PHP/JAVA
0x1366
URL-encode
%E1%8D%A6

Customize Ethiopic Preface Colon

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

  

How to use Ethiopic Preface Colon Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>፦</span>
HTML Code:
<span>&#4966;</span>
HEX Code:
<span>&#x1366;</span>

Add with CSS

.ethiopic-preface-colon::before {
  content: '\\1366';
}

Set it in JavaScript

document.querySelector('.ethiopic-preface-colon').textContent = '፦';
copied