Dentistry Symbol Light Vertical And Bottom Right

Shortcodes

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

Unicode
U+23BF
HTML Code
⎿
HEX Code
⎿
CSS Code
\23BF
JS/JSON
\u23BF
Unix/C/PHP/JAVA
0x23BF
URL-encode
%E2%8E%BF

Customize Dentistry Symbol Light Vertical And Bottom Right

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

  

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

Insert in HTML

1. Direct symbol:
<span>⎿</span>
HTML Code:
<span>&#9151;</span>
HEX Code:
<span>&#x23BF;</span>

Add with CSS

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

Set it in JavaScript

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