Dingbat Negative Circled Digit One

Shortcodes

Copy and paste codes for Dingbat Negative Circled Digit One symbol ❶ to use in your websites, apps, blogs, and more.

Unicode
U+2776
HTML Code
❶
HEX Code
❶
CSS Code
\2776
JS/JSON
\u2776
Unix/C/PHP/JAVA
0x2776
URL-encode
%E2%9D%B6
copied

Customize Dingbat Negative Circled Digit One Symbol

Customize ❶ symbol as you like and download Dingbat Negative Circled 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 Dingbat Negative Circled Digit One symbol in HTML, CSS, and JS?

Insert ❶ Dingbat Negative Circled Digit One using HTML

1. Copy-paste Dingbat Negative Circled Digit One directly:
<span>❶</span>
2. HTML Decimal Code:
<span>&#10102;</span>
3. Hexadecimal Code:
<span>&#x2776;</span>
Preview:

Add Dingbat Negative Circled Digit One symbol with CSS

.dingbat-negative-circled-digit-one::before {
    content: '\\2776';
}
Preview: Dingbat Negative Circled Digit One

Dingbat Negative Circled Digit One JavaScript Code

1. Direct Symbol:
document.querySelector('.dingbat-negative-circled-digit-one').textContent = '❶';
2. Unicode Escape for ❶:
document.querySelector('.dingbat-negative-circled-digit-one').textContent = '\u2776';
Preview: