Parenthesized Digit Eight

Shortcodes

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

Unicode
U+247B
HTML Code
⑻
HEX Code
⑻
CSS Code
\247B
JS/JSON
\u247B
Unix/C/PHP/JAVA
0x247B
URL-encode
%E2%91%BB
copied

Customize Parenthesized Digit Eight Symbol

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

Insert ⑻ Parenthesized Digit Eight using HTML

1. Copy-paste Parenthesized Digit Eight directly:
<span>⑻</span>
2. HTML Decimal Code:
<span>&#9339;</span>
3. Hexadecimal Code:
<span>&#x247B;</span>
Preview:

Add Parenthesized Digit Eight symbol with CSS

.parenthesized-digit-eight::before {
    content: '\\247B';
}
Preview: Parenthesized Digit Eight

Parenthesized Digit Eight JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-eight').textContent = '⑻';
2. Unicode Escape for ⑻:
document.querySelector('.parenthesized-digit-eight').textContent = '\u247B';
Preview: