Parenthesized Digit Seven

Shortcodes

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

Unicode
U+247A
HTML Code
⑺
HEX Code
⑺
CSS Code
\247A
JS/JSON
\u247A
Unix/C/PHP/JAVA
0x247A
URL-encode
%E2%91%BA
copied

Customize Parenthesized Digit Seven Symbol

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

Insert ⑺ Parenthesized Digit Seven using HTML

1. Copy-paste Parenthesized Digit Seven directly:
<span>⑺</span>
2. HTML Decimal Code:
<span>&#9338;</span>
3. Hexadecimal Code:
<span>&#x247A;</span>
Preview:

Add Parenthesized Digit Seven symbol with CSS

.parenthesized-digit-seven::before {
    content: '\\247A';
}
Preview: Parenthesized Digit Seven

Parenthesized Digit Seven JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-seven').textContent = '⑺';
2. Unicode Escape for ⑺:
document.querySelector('.parenthesized-digit-seven').textContent = '\u247A';
Preview: