Parenthesized Number Twelve

Shortcodes

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

Unicode
U+247F
HTML Code
⑿
HEX Code
⑿
CSS Code
\247F
JS/JSON
\u247F
Unix/C/PHP/JAVA
0x247F
URL-encode
%E2%91%BF
copied

Customize Parenthesized Number Twelve Symbol

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

Insert ⑿ Parenthesized Number Twelve using HTML

1. Copy-paste Parenthesized Number Twelve directly:
<span>⑿</span>
2. HTML Decimal Code:
<span>&#9343;</span>
3. Hexadecimal Code:
<span>&#x247F;</span>
Preview:

Add Parenthesized Number Twelve symbol with CSS

.parenthesized-number-twelve::before {
    content: '\\247F';
}
Preview: Parenthesized Number Twelve

Parenthesized Number Twelve JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-number-twelve').textContent = '⑿';
2. Unicode Escape for ⑿:
document.querySelector('.parenthesized-number-twelve').textContent = '\u247F';
Preview: