| Symboolnaam | Horizontal Scan Line-9 |
| Unicode-versie | 3.2 |
| Unicode | U+23BD |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \23BD |
| Hexadecimale code | 0x23BD |
| HTML-code | ⎽ |
| LaTeX | \text{HORIZONTALSCANLINE-9} |
| Symbool | ⎽ |
| URL-codering (UTF-8 procent) | %E2%8E%BD |
| Uitgesproken naam / schermlezer | Horizontal Scan Line-9 |
| UTF-8 | E2 8E BD |
| UTF-16 | 23BD |
| UTF-32 | 000023BD |
1\documentclass{article}2\usepackage{pifont}3\text{HORIZONTALSCANLINE-9}4\end{document}Je kunt het horizontal scan line-9-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9149 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "horizontal scan line-9", or use Unicode Hex Input with 23BD.
Ctrl + Shift + U, type 23bd, 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-9::before { content: "\23BD"; }1<span>⎽</span>De weergave van het Horizontal Scan Line-9-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u23BD' or String.fromCodePoint(9149) |
| Python | '\N{HORIZONTAL SCAN LINE-9}' or chr(9149) |
| Rust | '\u{23BD}' |
| C / C++ | UTF-8 source or wchar_t with U+23BD |
| Go | string(rune(0x23BD)) |
| Ruby | "\u{23BD}" |