Dingbat Negative Circled Digit Eight

Shortcodes

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

Unicode
U+277D
HTML Code
❽
HEX Code
❽
CSS Code
\277D
JS/JSON
\u277D
Unix/C/PHP/JAVA
0x277D
URL-encode
%E2%9D%BD

Customize Dingbat Negative Circled Digit Eight

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

  

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

Insert in HTML

1. Direct symbol:
<span>❽</span>
HTML Code:
<span>&#10109;</span>
HEX Code:
<span>&#x277D;</span>

Add with CSS

.dingbat-negative-circled-digit-eight::before {
  content: '\\277D';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-digit-eight').textContent = '❽';
copied