Parenthesized Digit Three

Shortcodes

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

Unicode
U+2476
HTML Code
⑶
HEX Code
⑶
CSS Code
\2476
JS/JSON
\u2476
Unix/C/PHP/JAVA
0x2476
URL-encode
%E2%91%B6
copied

Customize Parenthesized Digit Three Symbol

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

Insert ⑶ Parenthesized Digit Three using HTML

1. Copy-paste Parenthesized Digit Three directly:
<span>⑶</span>
2. HTML Decimal Code:
<span>&#9334;</span>
3. Hexadecimal Code:
<span>&#x2476;</span>
Preview:

Add Parenthesized Digit Three symbol with CSS

.parenthesized-digit-three::before {
    content: '\\2476';
}
Preview: Parenthesized Digit Three

Parenthesized Digit Three JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-three').textContent = '⑶';
2. Unicode Escape for ⑶:
document.querySelector('.parenthesized-digit-three').textContent = '\u2476';
Preview: