Parenthesized Digit Six

Shortcodes

Copy and paste codes for Parenthesized Digit Six symbol ⑹ to use in your websites, apps, blogs, and more.

Unicode
U+2479
HTML Code
⑹
HEX Code
⑹
CSS Code
\2479
JS/JSON
\u2479
Unix/C/PHP/JAVA
0x2479
URL-encode
%E2%91%B9
copied

Customize Parenthesized Digit Six Symbol

Customize ⑹ symbol as you like and download Parenthesized Digit Six 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 Parenthesized Digit Six symbol in HTML, CSS, and JS?

Insert ⑹ Parenthesized Digit Six using HTML

1. Copy-paste Parenthesized Digit Six directly:
<span>⑹</span>
2. HTML Decimal Code:
<span>&#9337;</span>
3. Hexadecimal Code:
<span>&#x2479;</span>
Preview:

Add Parenthesized Digit Six symbol with CSS

.parenthesized-digit-six::before {
    content: '\\2479';
}
Preview: Parenthesized Digit Six

Parenthesized Digit Six JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-six').textContent = '⑹';
2. Unicode Escape for ⑹:
document.querySelector('.parenthesized-digit-six').textContent = '\u2479';
Preview: