Horizontal Scan Line-7

Shortcodes

Copy and paste codes for Horizontal Scan Line-7 symbol ⎼ to use in your websites, apps, blogs, and more.

Unicode
U+23BC
HTML Code
⎼
HEX Code
⎼
CSS Code
\23BC
JS/JSON
\u23BC
Unix/C/PHP/JAVA
0x23BC
URL-encode
%E2%8E%BC
copied

Customize Horizontal Scan Line-7 Symbol

Customize ⎼ symbol as you like and download Horizontal Scan Line-7 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 Horizontal Scan Line-7 symbol in HTML, CSS, and JS?

Insert ⎼ Horizontal Scan Line-7 using HTML

1. Copy-paste Horizontal Scan Line-7 directly:
<span>⎼</span>
2. HTML Decimal Code:
<span>&#9148;</span>
3. Hexadecimal Code:
<span>&#x23BC;</span>
Preview:

Add Horizontal Scan Line-7 symbol with CSS

.horizontal-scan-line-7::before {
    content: '\\23BC';
}
Preview: Horizontal Scan Line-7

Horizontal Scan Line-7 JavaScript Code

1. Direct Symbol:
document.querySelector('.horizontal-scan-line-7').textContent = '⎼';
2. Unicode Escape for ⎼:
document.querySelector('.horizontal-scan-line-7').textContent = '\u23BC';
Preview: