Dingbat Negative Circled Sans-serif Digit Three

Shortcodes

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

Unicode
U+278C
HTML Code
➌
HEX Code
➌
CSS Code
\278C
JS/JSON
\u278C
Unix/C/PHP/JAVA
0x278C
URL-encode
%E2%9E%8C

Customize Dingbat Negative Circled Sans-serif Digit Three

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

  

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

Insert in HTML

1. Direct symbol:
<span>➌</span>
HTML Code:
<span>&#10124;</span>
HEX Code:
<span>&#x278C;</span>

Add with CSS

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

Set it in JavaScript

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