| Symbol Name | Horizontal Scan Line-7 |
| Unicode Version | 3.2 |
| Unicode | U+23BC |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \23BC |
| Hex Code | 0x23BC |
| HTML Code | ⎼ |
| LaTeX | \text{HORIZONTALSCANLINE-7} |
| Symbol | ⎼ |
| URL encode (UTF-8 percent) | %E2%8E%BC |
| Spoken / screen reader name | Horizontal Scan Line-7 |
| UTF-8 | E2 8E BC |
| UTF-16 | 23BC |
| UTF-32 | 000023BC |
1\documentclass{article}2\usepackage{pifont}3\text{HORIZONTALSCANLINE-7}4\end{document}You can type the horizontal scan line-7 symbol on most modern devices with the help of following methods:
Alt + 9148 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "horizontal scan line-7", or use Unicode Hex Input with 23BC.
Ctrl + Shift + U, type 23bc, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.horizontal-scan-line-7::before { content: "\23BC"; }1<span>⎼</span>Horizontal Scan Line-7 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u23BC' or String.fromCodePoint(9148) |
| Python | '\N{HORIZONTAL SCAN LINE-7}' or chr(9148) |
| Rust | '\u{23BC}' |
| C / C++ | UTF-8 source or wchar_t with U+23BC |
| Go | string(rune(0x23BC)) |
| Ruby | "\u{23BC}" |