Dingbat Circled Sans-serif Digit Three

Shortcodes

Copy useful codes for dingbat circled sans-serif digit three symbol ➂ to use in websites, apps, blogs, and docs.

Unicode
U+2782
HTML Code
➂
HEX Code
➂
CSS Code
\2782
JS/JSON
\u2782
Unix/C/PHP/JAVA
0x2782
URL-encode
%E2%9E%82

Customize Dingbat Circled Sans-serif Digit Three

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

  

How to use Dingbat Circled Sans-serif Digit Three Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>➂</span>
HTML Code:
<span>&#10114;</span>
HEX Code:
<span>&#x2782;</span>

Add with CSS

.dingbat-circled-sans-serif-digit-three::before {
  content: '\\2782';
}

Set it in JavaScript

document.querySelector('.dingbat-circled-sans-serif-digit-three').textContent = '➂';
copied