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