Dingbat Negative Circled Digit Six

Shortcodes

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

Unicode
U+277B
HTML Code
❻
HEX Code
❻
CSS Code
\277B
JS/JSON
\u277B
Unix/C/PHP/JAVA
0x277B
URL-encode
%E2%9D%BB

Customize Dingbat Negative Circled Digit Six

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

  

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

Insert in HTML

1. Direct symbol:
<span>❻</span>
HTML Code:
<span>&#10107;</span>
HEX Code:
<span>&#x277B;</span>

Add with CSS

.dingbat-negative-circled-digit-six::before {
  content: '\\277B';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-digit-six').textContent = '❻';
copied