Dentistry Symbol Light Vertical And Top Left

Shortcodes

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

Unicode
U+23CB
HTML Code
⏋
HEX Code
⏋
CSS Code
\23CB
JS/JSON
\u23CB
Unix/C/PHP/JAVA
0x23CB
URL-encode
%E2%8F%8B

Customize Dentistry Symbol Light Vertical And Top Left

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

  

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

Insert in HTML

1. Direct symbol:
<span>⏋</span>
HTML Code:
<span>&#9163;</span>
HEX Code:
<span>&#x23CB;</span>

Add with CSS

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

Set it in JavaScript

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