Coptic Morphological Divider

⳿

Shortcodes

Copy useful codes for coptic morphological divider symbol ⳿ to use in websites, apps, blogs, and docs.

Unicode
U+2CFF
HTML Code
⳿
HEX Code
⳿
CSS Code
\2CFF
JS/JSON
\u2CFF
Unix/C/PHP/JAVA
0x2CFF
URL-encode
%E2%B3%BF

Customize Coptic Morphological Divider

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

⳿
  

How to use Coptic Morphological Divider Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⳿</span>
HTML Code:
<span>&#11519;</span>
HEX Code:
<span>&#x2CFF;</span>

Add with CSS

.coptic-morphological-divider::before {
  content: '\\2CFF';
}

Set it in JavaScript

document.querySelector('.coptic-morphological-divider').textContent = '⳿';
copied