Number Sixteen Full Stop

Shortcodes

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

Unicode
U+2497
HTML Code
⒗
HEX Code
⒗
CSS Code
\2497
JS/JSON
\u2497
Unix/C/PHP/JAVA
0x2497
URL-encode
%E2%92%97
copied

Customize Number Sixteen Full Stop Symbol

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

Insert ⒗ Number Sixteen Full Stop using HTML

1. Copy-paste Number Sixteen Full Stop directly:
<span>⒗</span>
2. HTML Decimal Code:
<span>&#9367;</span>
3. Hexadecimal Code:
<span>&#x2497;</span>
Preview:

Add Number Sixteen Full Stop symbol with CSS

.number-sixteen-full-stop::before {
    content: '\\2497';
}
Preview: Number Sixteen Full Stop

Number Sixteen Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-sixteen-full-stop').textContent = '⒗';
2. Unicode Escape for ⒗:
document.querySelector('.number-sixteen-full-stop').textContent = '\u2497';
Preview: