Parenthesized Digit Six
⑹
Shortcodes
Copy useful codes for parenthesized digit six symbol ⑹ to use in websites, apps, blogs, and docs.
Unicode
U+2479 HTML Code
⑹ HEX Code
⑹ CSS Code
\2479 JS/JSON
\u2479 Unix/C/PHP/JAVA
0x2479 URL-encode
%E2%91%B9 Customize Parenthesized Digit Six
Customize ⑹, download it as SVG or PNG, or copy the generated HTML snippet.
⑹
How to use Parenthesized Digit Six 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
.parenthesized-digit-six::before {
content: '\\2479';
} Set it in JavaScript
document.querySelector('.parenthesized-digit-six').textContent = '⑹';