Number Twelve Full Stop

Shortcodes

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

Unicode
U+2493
HTML Code
⒓
HEX Code
⒓
CSS Code
\2493
JS/JSON
\u2493
Unix/C/PHP/JAVA
0x2493
URL-encode
%E2%92%93
copied

Customize Number Twelve Full Stop Symbol

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

Insert ⒓ Number Twelve Full Stop using HTML

1. Copy-paste Number Twelve Full Stop directly:
<span>⒓</span>
2. HTML Decimal Code:
<span>&#9363;</span>
3. Hexadecimal Code:
<span>&#x2493;</span>
Preview:

Add Number Twelve Full Stop symbol with CSS

.number-twelve-full-stop::before {
    content: '\\2493';
}
Preview: Number Twelve Full Stop

Number Twelve Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-twelve-full-stop').textContent = '⒓';
2. Unicode Escape for ⒓:
document.querySelector('.number-twelve-full-stop').textContent = '\u2493';
Preview: