Dentistry Symbol Light Vertical And Top Right

Shortcodes

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

Unicode
U+23BE
HTML Code
⎾
HEX Code
⎾
CSS Code
\23BE
JS/JSON
\u23BE
Unix/C/PHP/JAVA
0x23BE
URL-encode
%E2%8E%BE

Customize Dentistry Symbol Light Vertical And Top Right

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

  

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

Insert in HTML

1. Direct symbol:
<span>⎾</span>
HTML Code:
<span>&#9150;</span>
HEX Code:
<span>&#x23BE;</span>

Add with CSS

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

Set it in JavaScript

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