Dingbat Negative Circled Digit One

Shortcodes

Copy useful codes for dingbat negative circled digit one symbol ❶ to use in websites, apps, blogs, and docs.

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

Customize Dingbat Negative Circled Digit One

Customize ❶, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Dingbat Negative Circled Digit One Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>❶</span>
HTML Code:
<span>&#10102;</span>
HEX Code:
<span>&#x2776;</span>

Add with CSS

.dingbat-negative-circled-digit-one::before {
  content: '\\2776';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-digit-one').textContent = '❶';
copied