Ethiopic Preface Colon

Shortcodes

Copy and paste codes for Ethiopic Preface Colon symbol ፦ to use in your websites, apps, blogs, and more.

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

Customize Ethiopic Preface Colon Symbol

Customize ፦ symbol as you like and download Ethiopic Preface Colon 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 Preface Colon symbol in HTML, CSS, and JS?

Insert ፦ Ethiopic Preface Colon using HTML

1. Copy-paste Ethiopic Preface Colon directly:
<span>፦</span>
2. HTML Decimal Code:
<span>&#4966;</span>
3. Hexadecimal Code:
<span>&#x1366;</span>
Preview:

Add Ethiopic Preface Colon symbol with CSS

.ethiopic-preface-colon::before {
    content: '\\1366';
}
Preview: Ethiopic Preface Colon

Ethiopic Preface Colon JavaScript Code

1. Direct Symbol:
document.querySelector('.ethiopic-preface-colon').textContent = '፦';
2. Unicode Escape for ፦:
document.querySelector('.ethiopic-preface-colon').textContent = '\u1366';
Preview: