Parenthesized Digit Four

Shortcodes

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

Unicode
U+2477
HTML Code
⑷
HEX Code
⑷
CSS Code
\2477
JS/JSON
\u2477
Unix/C/PHP/JAVA
0x2477
URL-encode
%E2%91%B7
copied

Customize Parenthesized Digit Four Symbol

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

Insert ⑷ Parenthesized Digit Four using HTML

1. Copy-paste Parenthesized Digit Four directly:
<span>⑷</span>
2. HTML Decimal Code:
<span>&#9335;</span>
3. Hexadecimal Code:
<span>&#x2477;</span>
Preview:

Add Parenthesized Digit Four symbol with CSS

.parenthesized-digit-four::before {
    content: '\\2477';
}
Preview: Parenthesized Digit Four

Parenthesized Digit Four JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-four').textContent = '⑷';
2. Unicode Escape for ⑷:
document.querySelector('.parenthesized-digit-four').textContent = '\u2477';
Preview: