Parenthesized Number Twenty

Shortcodes

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

Unicode
U+2487
HTML Code
⒇
HEX Code
⒇
CSS Code
\2487
JS/JSON
\u2487
Unix/C/PHP/JAVA
0x2487
URL-encode
%E2%92%87
copied

Customize Parenthesized Number Twenty Symbol

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

Insert ⒇ Parenthesized Number Twenty using HTML

1. Copy-paste Parenthesized Number Twenty directly:
<span>⒇</span>
2. HTML Decimal Code:
<span>&#9351;</span>
3. Hexadecimal Code:
<span>&#x2487;</span>
Preview:

Add Parenthesized Number Twenty symbol with CSS

.parenthesized-number-twenty::before {
    content: '\\2487';
}
Preview: Parenthesized Number Twenty

Parenthesized Number Twenty JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-number-twenty').textContent = '⒇';
2. Unicode Escape for ⒇:
document.querySelector('.parenthesized-number-twenty').textContent = '\u2487';
Preview: