Dingbat Negative Circled Digit Three

Shortcodes

Copy and paste codes for Dingbat Negative Circled Digit Three symbol ❸ to use in your websites, apps, blogs, and more.

Unicode
U+2778
HTML Code
❸
HEX Code
❸
CSS Code
\2778
JS/JSON
\u2778
Unix/C/PHP/JAVA
0x2778
URL-encode
%E2%9D%B8
copied

Customize Dingbat Negative Circled Digit Three Symbol

Customize ❸ symbol as you like and download Dingbat Negative Circled Digit Three as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Dingbat Negative Circled Digit Three symbol in HTML, CSS, and JS?

Insert ❸ Dingbat Negative Circled Digit Three using HTML

1. Copy-paste Dingbat Negative Circled Digit Three directly:
<span>❸</span>
2. HTML Decimal Code:
<span>&#10104;</span>
3. Hexadecimal Code:
<span>&#x2778;</span>
Preview:

Add Dingbat Negative Circled Digit Three symbol with CSS

.dingbat-negative-circled-digit-three::before {
    content: '\\2778';
}
Preview: Dingbat Negative Circled Digit Three

Dingbat Negative Circled Digit Three JavaScript Code

1. Direct Symbol:
document.querySelector('.dingbat-negative-circled-digit-three').textContent = '❸';
2. Unicode Escape for ❸:
document.querySelector('.dingbat-negative-circled-digit-three').textContent = '\u2778';
Preview: