Digit Three Full Stop

Shortcodes

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

Unicode
U+248A
HTML Code
⒊
HEX Code
⒊
CSS Code
\248A
JS/JSON
\u248A
Unix/C/PHP/JAVA
0x248A
URL-encode
%E2%92%8A
copied

Customize Digit Three Full Stop Symbol

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

Insert ⒊ Digit Three Full Stop using HTML

1. Copy-paste Digit Three Full Stop directly:
<span>⒊</span>
2. HTML Decimal Code:
<span>&#9354;</span>
3. Hexadecimal Code:
<span>&#x248A;</span>
Preview:

Add Digit Three Full Stop symbol with CSS

.digit-three-full-stop::before {
    content: '\\248A';
}
Preview: Digit Three Full Stop

Digit Three Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-three-full-stop').textContent = '⒊';
2. Unicode Escape for ⒊:
document.querySelector('.digit-three-full-stop').textContent = '\u248A';
Preview: