Digit Five Full Stop

Shortcodes

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

Unicode
U+248C
HTML Code
⒌
HEX Code
⒌
CSS Code
\248C
JS/JSON
\u248C
Unix/C/PHP/JAVA
0x248C
URL-encode
%E2%92%8C
copied

Customize Digit Five Full Stop Symbol

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

Insert ⒌ Digit Five Full Stop using HTML

1. Copy-paste Digit Five Full Stop directly:
<span>⒌</span>
2. HTML Decimal Code:
<span>&#9356;</span>
3. Hexadecimal Code:
<span>&#x248C;</span>
Preview:

Add Digit Five Full Stop symbol with CSS

.digit-five-full-stop::before {
    content: '\\248C';
}
Preview: Digit Five Full Stop

Digit Five Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-five-full-stop').textContent = '⒌';
2. Unicode Escape for ⒌:
document.querySelector('.digit-five-full-stop').textContent = '\u248C';
Preview: