Coptic Old Nubian Full Stop

Shortcodes

Copy useful codes for coptic old nubian full stop symbol ⳹ to use in websites, apps, blogs, and docs.

Unicode
U+2CF9
HTML Code
⳹
HEX Code
⳹
CSS Code
\2CF9
JS/JSON
\u2CF9
Unix/C/PHP/JAVA
0x2CF9
URL-encode
%E2%B3%B9

Customize Coptic Old Nubian Full Stop

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

  

How to use Coptic Old Nubian Full Stop Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⳹</span>
HTML Code:
<span>&#11513;</span>
HEX Code:
<span>&#x2CF9;</span>

Add with CSS

.coptic-old-nubian-full-stop::before {
  content: '\\2CF9';
}

Set it in JavaScript

document.querySelector('.coptic-old-nubian-full-stop').textContent = '⳹';
copied