| Nome del simbolo | Discontinuous Underline Symbol |
| Versione Unicode | 3.0 |
| Unicode | U+2382 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 8E 82 |
| UTF-16 | 2382 |
| UTF-32 | 00002382 |
1\documentclass{article}2\usepackage{pifont}3\text{DISCONTINUOUSUNDERLINESYMBOL}4\end{document}Puoi digitare il simbolo discontinuous underline sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Discontinuous Underline nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2382 |
| Codice esadecimale | 0x2382 |
| Codice HTML | ⎂ |
| LaTeX | \text{DISCONTINUOUSUNDERLINESYMBOL} |
| Simbolo | ⎂ |
| Codifica URL (percentuale UTF-8) | %E2%8E%82 |
| Nome parlato / screen reader | Discontinuous Underline Symbol |