Ethiopic Question Mark

Shortcodes

Copy and paste codes for Ethiopic Question Mark symbol ፧ to use in your websites, apps, blogs, and more.

Unicode
U+1367
HTML Code
፧
HEX Code
፧
CSS Code
\1367
JS/JSON
\u1367
Unix/C/PHP/JAVA
0x1367
URL-encode
%E1%8D%A7
copied

Customize Ethiopic Question Mark Symbol

Customize ፧ symbol as you like and download Ethiopic Question Mark 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 Question Mark symbol in HTML, CSS, and JS?

Insert ፧ Ethiopic Question Mark using HTML

1. Copy-paste Ethiopic Question Mark directly:
<span>፧</span>
2. HTML Decimal Code:
<span>&#4967;</span>
3. Hexadecimal Code:
<span>&#x1367;</span>
Preview:

Add Ethiopic Question Mark symbol with CSS

.ethiopic-question-mark::before {
    content: '\\1367';
}
Preview: Ethiopic Question Mark

Ethiopic Question Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.ethiopic-question-mark').textContent = '፧';
2. Unicode Escape for ፧:
document.querySelector('.ethiopic-question-mark').textContent = '\u1367';
Preview: