Dingbat Negative Circled Digit Seven

Shortcodes

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

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

Customize Dingbat Negative Circled Digit Seven Symbol

Customize ❼ symbol as you like and download Dingbat Negative Circled Digit Seven 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 Seven symbol in HTML, CSS, and JS?

Insert ❼ Dingbat Negative Circled Digit Seven using HTML

1. Copy-paste Dingbat Negative Circled Digit Seven directly:
<span>❼</span>
2. HTML Decimal Code:
<span>&#10108;</span>
3. Hexadecimal Code:
<span>&#x277C;</span>
Preview:

Add Dingbat Negative Circled Digit Seven symbol with CSS

.dingbat-negative-circled-digit-seven::before {
    content: '\\277C';
}
Preview: Dingbat Negative Circled Digit Seven

Dingbat Negative Circled Digit Seven JavaScript Code

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