Coptic Old Nubian Indirect Question Mark

Shortcodes

Copy and paste codes for Coptic Old Nubian Indirect Question Mark symbol ⳻ to use in your websites, apps, blogs, and more.

Unicode
U+2CFB
HTML Code
⳻
HEX Code
⳻
CSS Code
\2CFB
JS/JSON
\u2CFB
Unix/C/PHP/JAVA
0x2CFB
URL-encode
%E2%B3%BB
copied

Customize Coptic Old Nubian Indirect Question Mark Symbol

Customize ⳻ symbol as you like and download Coptic Old Nubian Indirect 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 Coptic Old Nubian Indirect Question Mark symbol in HTML, CSS, and JS?

Insert ⳻ Coptic Old Nubian Indirect Question Mark using HTML

1. Copy-paste Coptic Old Nubian Indirect Question Mark directly:
<span>⳻</span>
2. HTML Decimal Code:
<span>&#11515;</span>
3. Hexadecimal Code:
<span>&#x2CFB;</span>
Preview:

Add Coptic Old Nubian Indirect Question Mark symbol with CSS

.coptic-old-nubian-indirect-question-mark::before {
    content: '\\2CFB';
}
Preview: Coptic Old Nubian Indirect Question Mark

Coptic Old Nubian Indirect Question Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.coptic-old-nubian-indirect-question-mark').textContent = '⳻';
2. Unicode Escape for ⳻:
document.querySelector('.coptic-old-nubian-indirect-question-mark').textContent = '\u2CFB';
Preview: