| Nombre del símbolo | Discontinuous Underline Symbol |
| Versión Unicode | 3.0 |
| Unicode | U+2382 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo discontinuous underline en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Discontinuous Underline en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2382 |
| Código hexadecimal | 0x2382 |
| Código HTML | ⎂ |
| LaTeX | \text{DISCONTINUOUSUNDERLINESYMBOL} |
| Símbolo | ⎂ |
| Codificación URL (porcentaje UTF-8) | %E2%8E%82 |
| Nombre oral / lector de pantalla | Discontinuous Underline Symbol |