Parenthesized Number Ten

Shortcodes

Copy and paste codes for Parenthesized Number Ten symbol ⑽ to use in your websites, apps, blogs, and more.

Unicode
U+247D
HTML Code
⑽
HEX Code
⑽
CSS Code
\247D
JS/JSON
\u247D
Unix/C/PHP/JAVA
0x247D
URL-encode
%E2%91%BD
copied

Customize Parenthesized Number Ten Symbol

Customize ⑽ symbol as you like and download Parenthesized Number Ten 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 Number Ten symbol in HTML, CSS, and JS?

Insert ⑽ Parenthesized Number Ten using HTML

1. Copy-paste Parenthesized Number Ten directly:
<span>⑽</span>
2. HTML Decimal Code:
<span>&#9341;</span>
3. Hexadecimal Code:
<span>&#x247D;</span>
Preview:

Add Parenthesized Number Ten symbol with CSS

.parenthesized-number-ten::before {
    content: '\\247D';
}
Preview: Parenthesized Number Ten

Parenthesized Number Ten JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-number-ten').textContent = '⑽';
2. Unicode Escape for ⑽:
document.querySelector('.parenthesized-number-ten').textContent = '\u247D';
Preview: