Number Ten Full Stop

Shortcodes

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

Unicode
U+2491
HTML Code
⒑
HEX Code
⒑
CSS Code
\2491
JS/JSON
\u2491
Unix/C/PHP/JAVA
0x2491
URL-encode
%E2%92%91
copied

Customize Number Ten Full Stop Symbol

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

Insert ⒑ Number Ten Full Stop using HTML

1. Copy-paste Number Ten Full Stop directly:
<span>⒑</span>
2. HTML Decimal Code:
<span>&#9361;</span>
3. Hexadecimal Code:
<span>&#x2491;</span>
Preview:

Add Number Ten Full Stop symbol with CSS

.number-ten-full-stop::before {
    content: '\\2491';
}
Preview: Number Ten Full Stop

Number Ten Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-ten-full-stop').textContent = '⒑';
2. Unicode Escape for ⒑:
document.querySelector('.number-ten-full-stop').textContent = '\u2491';
Preview: