Horizontal Scan Line-3

Shortcodes

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

Unicode
U+23BB
HTML Code
⎻
HEX Code
⎻
CSS Code
\23BB
JS/JSON
\u23BB
Unix/C/PHP/JAVA
0x23BB
URL-encode
%E2%8E%BB
copied

Customize Horizontal Scan Line-3 Symbol

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

Insert ⎻ Horizontal Scan Line-3 using HTML

1. Copy-paste Horizontal Scan Line-3 directly:
<span>⎻</span>
2. HTML Decimal Code:
<span>&#9147;</span>
3. Hexadecimal Code:
<span>&#x23BB;</span>
Preview:

Add Horizontal Scan Line-3 symbol with CSS

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

Horizontal Scan Line-3 JavaScript Code

1. Direct Symbol:
document.querySelector('.horizontal-scan-line-3').textContent = '⎻';
2. Unicode Escape for ⎻:
document.querySelector('.horizontal-scan-line-3').textContent = '\u23BB';
Preview: