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