Dingbat Negative Circled Sans-serif Number Ten

Shortcodes

Copy useful codes for dingbat negative circled sans-serif number ten symbol ➓ to use in websites, apps, blogs, and docs.

Unicode
U+2793
HTML Code
➓
HEX Code
➓
CSS Code
\2793
JS/JSON
\u2793
Unix/C/PHP/JAVA
0x2793
URL-encode
%E2%9E%93

Customize Dingbat Negative Circled Sans-serif Number Ten

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

  

How to use Dingbat Negative Circled Sans-serif Number Ten Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>➓</span>
HTML Code:
<span>&#10131;</span>
HEX Code:
<span>&#x2793;</span>

Add with CSS

.dingbat-negative-circled-sans-serif-number-ten::before {
  content: '\\2793';
}

Set it in JavaScript

document.querySelector('.dingbat-negative-circled-sans-serif-number-ten').textContent = '➓';
copied