Dingbat Negative Circled Digit Four

Shortcodes

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

Unicode
U+2779
HTML Code
❹
HEX Code
❹
CSS Code
\2779
JS/JSON
\u2779
Unix/C/PHP/JAVA
0x2779
URL-encode
%E2%9D%B9

Customize Dingbat Negative Circled Digit Four

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

  

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

Insert in HTML

1. Direct symbol:
<span>❹</span>
HTML Code:
<span>&#10105;</span>
HEX Code:
<span>&#x2779;</span>

Add with CSS

.dingbat-negative-circled-digit-four::before {
  content: '\\2779';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-digit-four').textContent = '❹';
copied