Digit Four Full Stop

Shortcodes

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

Unicode
U+248B
HTML Code
⒋
HEX Code
⒋
CSS Code
\248B
JS/JSON
\u248B
Unix/C/PHP/JAVA
0x248B
URL-encode
%E2%92%8B
copied

Customize Digit Four Full Stop Symbol

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

Insert ⒋ Digit Four Full Stop using HTML

1. Copy-paste Digit Four Full Stop directly:
<span>⒋</span>
2. HTML Decimal Code:
<span>&#9355;</span>
3. Hexadecimal Code:
<span>&#x248B;</span>
Preview:

Add Digit Four Full Stop symbol with CSS

.digit-four-full-stop::before {
    content: '\\248B';
}
Preview: Digit Four Full Stop

Digit Four Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.digit-four-full-stop').textContent = '⒋';
2. Unicode Escape for ⒋:
document.querySelector('.digit-four-full-stop').textContent = '\u248B';
Preview: