Dingbat Negative Circled Digit Seven

Shortcodes

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

Unicode
U+277C
HTML Code
❼
HEX Code
❼
CSS Code
\277C
JS/JSON
\u277C
Unix/C/PHP/JAVA
0x277C
URL-encode
%E2%9D%BC

Customize Dingbat Negative Circled Digit Seven

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

  

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

Insert in HTML

1. Direct symbol:
<span>❼</span>
HTML Code:
<span>&#10108;</span>
HEX Code:
<span>&#x277C;</span>

Add with CSS

.dingbat-negative-circled-digit-seven::before {
  content: '\\277C';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-digit-seven').textContent = '❼';
copied