Parenthesized Digit Nine

Shortcodes

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

Unicode
U+247C
HTML Code
⑼
HEX Code
⑼
CSS Code
\247C
JS/JSON
\u247C
Unix/C/PHP/JAVA
0x247C
URL-encode
%E2%91%BC
copied

Customize Parenthesized Digit Nine Symbol

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

Insert ⑼ Parenthesized Digit Nine using HTML

1. Copy-paste Parenthesized Digit Nine directly:
<span>⑼</span>
2. HTML Decimal Code:
<span>&#9340;</span>
3. Hexadecimal Code:
<span>&#x247C;</span>
Preview:

Add Parenthesized Digit Nine symbol with CSS

.parenthesized-digit-nine::before {
    content: '\\247C';
}
Preview: Parenthesized Digit Nine

Parenthesized Digit Nine JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-nine').textContent = '⑼';
2. Unicode Escape for ⑼:
document.querySelector('.parenthesized-digit-nine').textContent = '\u247C';
Preview: