Dentistry Symbol Light Vertical And Bottom Left

Shortcodes

Copy useful codes for dentistry symbol light vertical and bottom left ⏌ to use in websites, apps, blogs, and docs.

Unicode
U+23CC
HTML Code
⏌
HEX Code
⏌
CSS Code
\23CC
JS/JSON
\u23CC
Unix/C/PHP/JAVA
0x23CC
URL-encode
%E2%8F%8C

Customize Dentistry Symbol Light Vertical And Bottom Left

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

  

How to use Dentistry Symbol Light Vertical And Bottom Left in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⏌</span>
HTML Code:
<span>&#9164;</span>
HEX Code:
<span>&#x23CC;</span>

Add with CSS

.dentistry-symbol-light-vertical-and-bottom-left::before {
  content: '\\23CC';
}

Set it in JavaScript

document.querySelector('.dentistry-symbol-light-vertical-and-bottom-left').textContent = '⏌';
copied