Coptic Old Nubian Verse Divider

Shortcodes

Copy useful codes for coptic old nubian verse divider symbol ⳼ to use in websites, apps, blogs, and docs.

Unicode
U+2CFC
HTML Code
⳼
HEX Code
⳼
CSS Code
\2CFC
JS/JSON
\u2CFC
Unix/C/PHP/JAVA
0x2CFC
URL-encode
%E2%B3%BC

Customize Coptic Old Nubian Verse Divider

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

  

How to use Coptic Old Nubian Verse Divider Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⳼</span>
HTML Code:
<span>&#11516;</span>
HEX Code:
<span>&#x2CFC;</span>

Add with CSS

.coptic-old-nubian-verse-divider::before {
  content: '\\2CFC';
}

Set it in JavaScript

document.querySelector('.coptic-old-nubian-verse-divider').textContent = '⳼';
copied