Digit Three Full Stop
⒊
Shortcodes
Copy useful codes for digit three full stop symbol ⒊ to use in websites, apps, blogs, and docs.
Unicode
U+248A HTML Code
⒊ HEX Code
⒊ CSS Code
\248A JS/JSON
\u248A Unix/C/PHP/JAVA
0x248A URL-encode
%E2%92%8A Customize Digit Three Full Stop
Customize ⒊, download it as SVG or PNG, or copy the generated HTML snippet.
⒊
How to use Digit Three 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-three-full-stop::before {
content: '\\248A';
} Set it in JavaScript
document.querySelector('.digit-three-full-stop').textContent = '⒊';