Dentistry Symbol Light Down And Horizontal

Shortcodes

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

Unicode
U+23C9
HTML Code
⏉
HEX Code
⏉
CSS Code
\23C9
JS/JSON
\u23C9
Unix/C/PHP/JAVA
0x23C9
URL-encode
%E2%8F%89

Customize Dentistry Symbol Light Down And Horizontal

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

  

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

Insert in HTML

1. Direct symbol:
<span>⏉</span>
HTML Code:
<span>&#9161;</span>
HEX Code:
<span>&#x23C9;</span>

Add with CSS

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

Set it in JavaScript

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