Dentistry Symbol Light Up And Horizontal

Shortcodes

Copy useful codes for dentistry symbol light up and horizontal ⏊ to use in websites, apps, blogs, and docs.

Unicode
U+23CA
HTML Code
⏊
HEX Code
⏊
CSS Code
\23CA
JS/JSON
\u23CA
Unix/C/PHP/JAVA
0x23CA
URL-encode
%E2%8F%8A

Customize Dentistry Symbol Light Up And Horizontal

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

  

How to use Dentistry Symbol Light Up And Horizontal in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⏊</span>
HTML Code:
<span>&#9162;</span>
HEX Code:
<span>&#x23CA;</span>

Add with CSS

.dentistry-symbol-light-up-and-horizontal::before {
  content: '\\23CA';
}

Set it in JavaScript

document.querySelector('.dentistry-symbol-light-up-and-horizontal').textContent = '⏊';
copied