| Symbol Name | Discontinuous Underline Symbol |
| Unicode Version | 3.0 |
| Unicode | U+2382 |
| Unicode block | |
| General category | 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}You can type the discontinuous underline symbol on most modern devices with the help of following methods:
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>Discontinuous Underline symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2382 |
| HTML Code | ⎂ |
| LaTeX | \text{DISCONTINUOUSUNDERLINESYMBOL} |
| Symbol | ⎂ |
| URL encode (UTF-8 percent) | %E2%8E%82 |
| Spoken / screen reader name | Discontinuous Underline Symbol |