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