Digit Nine Full Stop

Shortcodes

Copy and paste codes for Digit Nine Full Stop symbol ⒐ to use in your websites, apps, blogs, and more.

Unicode
U+2490
HTML Code
⒐
HEX Code
⒐
CSS Code
\2490
JS/JSON
\u2490
Unix/C/PHP/JAVA
0x2490
URL-encode
%E2%92%90
copied

Customize Digit Nine Full Stop Symbol

Customize ⒐ symbol as you like and download Digit Nine 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 Digit Nine Full Stop symbol in HTML, CSS, and JS?

Insert ⒐ Digit Nine Full Stop using HTML

1. Copy-paste Digit Nine Full Stop directly:
<span>⒐</span>
2. HTML Decimal Code:
<span>&#9360;</span>
3. Hexadecimal Code:
<span>&#x2490;</span>
Preview:

Add Digit Nine Full Stop symbol with CSS

.digit-nine-full-stop::before {
    content: '\\2490';
}
Preview: Digit Nine Full Stop

Digit Nine Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-nine-full-stop').textContent = '⒐';
2. Unicode Escape for ⒐:
document.querySelector('.digit-nine-full-stop').textContent = '\u2490';
Preview: