Parenthesized Number Fourteen

Shortcodes

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

Unicode
U+2481
HTML Code
⒁
HEX Code
⒁
CSS Code
\2481
JS/JSON
\u2481
Unix/C/PHP/JAVA
0x2481
URL-encode
%E2%92%81
copied

Customize Parenthesized Number Fourteen Symbol

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

Insert ⒁ Parenthesized Number Fourteen using HTML

1. Copy-paste Parenthesized Number Fourteen directly:
<span>⒁</span>
2. HTML Decimal Code:
<span>&#9345;</span>
3. Hexadecimal Code:
<span>&#x2481;</span>
Preview:

Add Parenthesized Number Fourteen symbol with CSS

.parenthesized-number-fourteen::before {
    content: '\\2481';
}
Preview: Parenthesized Number Fourteen

Parenthesized Number Fourteen JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-number-fourteen').textContent = '⒁';
2. Unicode Escape for ⒁:
document.querySelector('.parenthesized-number-fourteen').textContent = '\u2481';
Preview: