Coptic Old Nubian Direct Question Mark

Shortcodes

Copy useful codes for coptic old nubian direct question mark symbol ⳺ to use in websites, apps, blogs, and docs.

Unicode
U+2CFA
HTML Code
⳺
HEX Code
⳺
CSS Code
\2CFA
JS/JSON
\u2CFA
Unix/C/PHP/JAVA
0x2CFA
URL-encode
%E2%B3%BA

Customize Coptic Old Nubian Direct Question Mark

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

  

How to use Coptic Old Nubian Direct Question Mark Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⳺</span>
HTML Code:
<span>&#11514;</span>
HEX Code:
<span>&#x2CFA;</span>

Add with CSS

.coptic-old-nubian-direct-question-mark::before {
  content: '\\2CFA';
}

Set it in JavaScript

document.querySelector('.coptic-old-nubian-direct-question-mark').textContent = '⳺';
copied