Digit Seven Full Stop

Shortcodes

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

Unicode
U+248E
HTML Code
⒎
HEX Code
⒎
CSS Code
\248E
JS/JSON
\u248E
Unix/C/PHP/JAVA
0x248E
URL-encode
%E2%92%8E
copied

Customize Digit Seven Full Stop Symbol

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

Insert ⒎ Digit Seven Full Stop using HTML

1. Copy-paste Digit Seven Full Stop directly:
<span>⒎</span>
2. HTML Decimal Code:
<span>&#9358;</span>
3. Hexadecimal Code:
<span>&#x248E;</span>
Preview:

Add Digit Seven Full Stop symbol with CSS

.digit-seven-full-stop::before {
    content: '\\248E';
}
Preview: Digit Seven Full Stop

Digit Seven Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-seven-full-stop').textContent = '⒎';
2. Unicode Escape for ⒎:
document.querySelector('.digit-seven-full-stop').textContent = '\u248E';
Preview: