| Nom du symbole | Discontinuous Underline Symbol |
| Version Unicode | 3.0 |
| Unicode | U+2382 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole discontinuous underline sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Discontinuous Underline dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2382 |
| Code hexadécimal | 0x2382 |
| Code HTML | ⎂ |
| LaTeX | \text{DISCONTINUOUSUNDERLINESYMBOL} |
| Symbole | ⎂ |
| Encodage URL (pourcent UTF-8) | %E2%8E%82 |
| Nom oral / lecteur d’écran | Discontinuous Underline Symbol |