| Symboolnaam | Discontinuous Underline Symbol |
| Unicode-versie | 3.0 |
| Unicode | U+2382 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 8E 82 |
| UTF-16 | 2382 |
| UTF-32 | 00002382 |
1\documentclass{article}2\usepackage{pifont}3\text{DISCONTINUOUSUNDERLINESYMBOL}4\end{document}Je kunt het discontinuous underline-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9090 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "discontinuous underline symbol", or use Unicode Hex Input with 2382.
Ctrl + Shift + U, type 2382, 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.discontinuous-underline-symbol::before { content: "\2382"; }1<span>⎂</span>De weergave van het Discontinuous Underline-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2382' or String.fromCodePoint(9090) |
| Python | '\N{DISCONTINUOUS UNDERLINE SYMBOL}' or chr(9090) |
| Rust | '\u{2382}' |
| C / C++ | UTF-8 source or wchar_t with U+2382 |
| Go | string(rune(0x2382)) |
| Ruby | "\u{2382}" |
\2382 |
| Hexadecimale code | 0x2382 |
| HTML-code | ⎂ |
| LaTeX | \text{DISCONTINUOUSUNDERLINESYMBOL} |
| Symbool | ⎂ |
| URL-codering (UTF-8 procent) | %E2%8E%82 |
| Uitgesproken naam / schermlezer | Discontinuous Underline Symbol |