Parenthesized Digit One

Shortcodes

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

Unicode
U+2474
HTML Code
⑴
HEX Code
⑴
CSS Code
\2474
JS/JSON
\u2474
Unix/C/PHP/JAVA
0x2474
URL-encode
%E2%91%B4
copied

Customize Parenthesized Digit One Symbol

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

Insert ⑴ Parenthesized Digit One using HTML

1. Copy-paste Parenthesized Digit One directly:
<span>⑴</span>
2. HTML Decimal Code:
<span>&#9332;</span>
3. Hexadecimal Code:
<span>&#x2474;</span>
Preview:

Add Parenthesized Digit One symbol with CSS

.parenthesized-digit-one::before {
    content: '\\2474';
}
Preview: Parenthesized Digit One

Parenthesized Digit One JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-one').textContent = '⑴';
2. Unicode Escape for ⑴:
document.querySelector('.parenthesized-digit-one').textContent = '\u2474';
Preview: