Dingbat Negative Circled Digit Five

Shortcodes

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

Unicode
U+277A
HTML Code
❺
HEX Code
❺
CSS Code
\277A
JS/JSON
\u277A
Unix/C/PHP/JAVA
0x277A
URL-encode
%E2%9D%BA

Customize Dingbat Negative Circled Digit Five

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

  

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

Insert in HTML

1. Direct symbol:
<span>❺</span>
HTML Code:
<span>&#10106;</span>
HEX Code:
<span>&#x277A;</span>

Add with CSS

.dingbat-negative-circled-digit-five::before {
  content: '\\277A';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-digit-five').textContent = '❺';
copied