Coptic Old Nubian Full Stop

Shortcodes

Copy and paste codes for Coptic Old Nubian Full Stop symbol ⳹ to use in your websites, apps, blogs, and more.

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

Customize Coptic Old Nubian Full Stop Symbol

Customize ⳹ symbol as you like and download Coptic Old Nubian Full Stop 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 Full Stop symbol in HTML, CSS, and JS?

Insert ⳹ Coptic Old Nubian Full Stop using HTML

1. Copy-paste Coptic Old Nubian Full Stop directly:
<span>⳹</span>
2. HTML Decimal Code:
<span>&#11513;</span>
3. Hexadecimal Code:
<span>&#x2CF9;</span>
Preview:

Add Coptic Old Nubian Full Stop symbol with CSS

.coptic-old-nubian-full-stop::before {
    content: '\\2CF9';
}
Preview: Coptic Old Nubian Full Stop

Coptic Old Nubian Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.coptic-old-nubian-full-stop').textContent = '⳹';
2. Unicode Escape for ⳹:
document.querySelector('.coptic-old-nubian-full-stop').textContent = '\u2CF9';
Preview: