| Symbolname | Horizontal Scan Line-3 |
| Unicode-Version | 3.2 |
| Unicode | U+23BB |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \23BB |
| Hexadezimalcode | 0x23BB |
| HTML-Code | ⎻ |
| LaTeX | \text{HORIZONTALSCANLINE-3} |
| Symbol | ⎻ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8E%BB |
| Ansagename (Screenreader) | 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}Sie können das Symbol horizontal scan line-3 auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Horizontal Scan Line-3 in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |