Digit Two Full Stop

Shortcodes

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

Unicode
U+2489
HTML Code
⒉
HEX Code
⒉
CSS Code
\2489
JS/JSON
\u2489
Unix/C/PHP/JAVA
0x2489
URL-encode
%E2%92%89
copied

Customize Digit Two Full Stop Symbol

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

Insert ⒉ Digit Two Full Stop using HTML

1. Copy-paste Digit Two Full Stop directly:
<span>⒉</span>
2. HTML Decimal Code:
<span>&#9353;</span>
3. Hexadecimal Code:
<span>&#x2489;</span>
Preview:

Add Digit Two Full Stop symbol with CSS

.digit-two-full-stop::before {
    content: '\\2489';
}
Preview: Digit Two Full Stop

Digit Two Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-two-full-stop').textContent = '⒉';
2. Unicode Escape for ⒉:
document.querySelector('.digit-two-full-stop').textContent = '\u2489';
Preview: