Dingbat Negative Circled Digit Three

Shortcodes

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

Unicode
U+2778
HTML Code
❸
HEX Code
❸
CSS Code
\2778
JS/JSON
\u2778
Unix/C/PHP/JAVA
0x2778
URL-encode
%E2%9D%B8

Customize Dingbat Negative Circled Digit Three

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

  

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

Insert in HTML

1. Direct symbol:
<span>❸</span>
HTML Code:
<span>&#10104;</span>
HEX Code:
<span>&#x2778;</span>

Add with CSS

.dingbat-negative-circled-digit-three::before {
  content: '\\2778';
}

Set it in JavaScript

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