Number Eleven Full Stop

Shortcodes

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

Unicode
U+2492
HTML Code
⒒
HEX Code
⒒
CSS Code
\2492
JS/JSON
\u2492
Unix/C/PHP/JAVA
0x2492
URL-encode
%E2%92%92
copied

Customize Number Eleven Full Stop Symbol

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

Insert ⒒ Number Eleven Full Stop using HTML

1. Copy-paste Number Eleven Full Stop directly:
<span>⒒</span>
2. HTML Decimal Code:
<span>&#9362;</span>
3. Hexadecimal Code:
<span>&#x2492;</span>
Preview:

Add Number Eleven Full Stop symbol with CSS

.number-eleven-full-stop::before {
    content: '\\2492';
}
Preview: Number Eleven Full Stop

Number Eleven Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-eleven-full-stop').textContent = '⒒';
2. Unicode Escape for ⒒:
document.querySelector('.number-eleven-full-stop').textContent = '\u2492';
Preview: