| Symbolname | Horizontal Scan Line-1 |
| Unicode-Version | 3.2 |
| Unicode | U+23BA |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \23BA |
| Hexadezimalcode | 0x23BA |
| HTML-Code | ⎺ |
| LaTeX | \text{HORIZONTALSCANLINE-1} |
| Symbol | ⎺ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8E%BA |
| Ansagename (Screenreader) | Horizontal Scan Line-1 |
| UTF-8 | E2 8E BA |
| UTF-16 | 23BA |
| UTF-32 | 000023BA |
1\documentclass{article}2\usepackage{pifont}3\text{HORIZONTALSCANLINE-1}4\end{document}Sie können das Symbol horizontal scan line-1 auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9146 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "horizontal scan line-1", or use Unicode Hex Input with 23BA.
Ctrl + Shift + U, type 23ba, 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-1::before { content: "\23BA"; }1<span>⎺</span>Die Darstellung des Symbols Horizontal Scan Line-1 in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u23BA' or String.fromCodePoint(9146) |
| Python | '\N{HORIZONTAL SCAN LINE-1}' or chr(9146) |
| Rust | '\u{23BA}' |
| C / C++ | UTF-8 source or wchar_t with U+23BA |
| Go | string(rune(0x23BA)) |
| Ruby | "\u{23BA}" |