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