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