Dentistry Symbol Light Vertical And Bottom Right

Shortcodes

Copy and paste codes for Dentistry Symbol Light Vertical And Bottom Right ⎿ to use in your websites, apps, blogs, and more.

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

Customize Dentistry Symbol Light Vertical And Bottom Right Symbol

Customize ⎿ symbol as you like and download Dentistry Symbol Light Vertical And Bottom Right as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

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

Insert ⎿ Dentistry Symbol Light Vertical And Bottom Right using HTML

1. Copy-paste Dentistry Symbol Light Vertical And Bottom Right directly:
<span>⎿</span>
2. HTML Decimal Code:
<span>&#9151;</span>
3. Hexadecimal Code:
<span>&#x23BF;</span>
Preview:

Add Dentistry Symbol Light Vertical And Bottom Right with CSS

.dentistry-symbol-light-vertical-and-bottom-right::before {
    content: '\\23BF';
}
Preview: Dentistry Symbol Light Vertical And Bottom Right

Dentistry Symbol Light Vertical And Bottom Right JavaScript Code

1. Direct Symbol:
document.querySelector('.dentistry-symbol-light-vertical-and-bottom-right').textContent = '⎿';
2. Unicode Escape for ⎿:
document.querySelector('.dentistry-symbol-light-vertical-and-bottom-right').textContent = '\u23BF';
Preview: