Digit Eight Full Stop

Shortcodes

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

Unicode
U+248F
HTML Code
⒏
HEX Code
⒏
CSS Code
\248F
JS/JSON
\u248F
Unix/C/PHP/JAVA
0x248F
URL-encode
%E2%92%8F
copied

Customize Digit Eight Full Stop Symbol

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

Insert ⒏ Digit Eight Full Stop using HTML

1. Copy-paste Digit Eight Full Stop directly:
<span>⒏</span>
2. HTML Decimal Code:
<span>&#9359;</span>
3. Hexadecimal Code:
<span>&#x248F;</span>
Preview:

Add Digit Eight Full Stop symbol with CSS

.digit-eight-full-stop::before {
    content: '\\248F';
}
Preview: Digit Eight Full Stop

Digit Eight Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-eight-full-stop').textContent = '⒏';
2. Unicode Escape for ⒏:
document.querySelector('.digit-eight-full-stop').textContent = '\u248F';
Preview: