Number Eighteen Full Stop

Shortcodes

Copy and paste codes for Number Eighteen Full Stop symbol ⒙ to use in your websites, apps, blogs, and more.

Unicode
U+2499
HTML Code
⒙
HEX Code
⒙
CSS Code
\2499
JS/JSON
\u2499
Unix/C/PHP/JAVA
0x2499
URL-encode
%E2%92%99
copied

Customize Number Eighteen Full Stop Symbol

Customize ⒙ symbol as you like and download Number Eighteen 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 Number Eighteen Full Stop symbol in HTML, CSS, and JS?

Insert ⒙ Number Eighteen Full Stop using HTML

1. Copy-paste Number Eighteen Full Stop directly:
<span>⒙</span>
2. HTML Decimal Code:
<span>&#9369;</span>
3. Hexadecimal Code:
<span>&#x2499;</span>
Preview:

Add Number Eighteen Full Stop symbol with CSS

.number-eighteen-full-stop::before {
    content: '\\2499';
}
Preview: Number Eighteen Full Stop

Number Eighteen Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-eighteen-full-stop').textContent = '⒙';
2. Unicode Escape for ⒙:
document.querySelector('.number-eighteen-full-stop').textContent = '\u2499';
Preview: