Digit Eight Full Stop
⒏
Shortcodes
Copy useful codes for digit eight full stop symbol ⒏ to use in websites, apps, blogs, and docs.
Unicode
U+248F HTML Code
⒏ HEX Code
⒏ CSS Code
\248F JS/JSON
\u248F Unix/C/PHP/JAVA
0x248F URL-encode
%E2%92%8F Customize Digit Eight Full Stop
Customize ⒏, download it as SVG or PNG, or copy the generated HTML snippet.
⒏
How to use Digit Eight Full Stop Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⒏</span> HTML Code:
<span>⒏</span> HEX Code:
<span>⒏</span> Add with CSS
.digit-eight-full-stop::before {
content: '\\248F';
} Set it in JavaScript
document.querySelector('.digit-eight-full-stop').textContent = '⒏';