| Nom du symbole | Continuous Underline Symbol |
| Version Unicode | 3.0 |
| Unicode | U+2381 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 8E 81 |
| UTF-16 | 2381 |
| UTF-32 | 00002381 |
1\documentclass{article}2\usepackage{pifont}3\text{CONTINUOUSUNDERLINESYMBOL}4\end{document}Vous pouvez saisir le symbole continuous underline sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9089 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "continuous underline symbol", or use Unicode Hex Input with 2381.
Ctrl + Shift + U, type 2381, 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.continuous-underline-symbol::before { content: "\2381"; }1<span>⎁</span>La représentation du symbole Continuous Underline dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2381' or String.fromCodePoint(9089) |
| Python | '\N{CONTINUOUS UNDERLINE SYMBOL}' or chr(9089) |
| Rust | '\u{2381}' |
| C / C++ | UTF-8 source or wchar_t with U+2381 |
| Go | string(rune(0x2381)) |
| Ruby | "\u{2381}" |
| Code CSS |
\2381 |
| Code hexadécimal | 0x2381 |
| Code HTML | ⎁ |
| LaTeX | \text{CONTINUOUSUNDERLINESYMBOL} |
| Symbole | ⎁ |
| Encodage URL (pourcent UTF-8) | %E2%8E%81 |
| Nom oral / lecteur d’écran | Continuous Underline Symbol |