| Nombre del símbolo | Horizontal Scan Line-3 |
| Versión Unicode | 3.2 |
| Unicode | U+23BB |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \23BB |
| Código hexadecimal | 0x23BB |
| Código HTML | ⎻ |
| LaTeX | \text{HORIZONTALSCANLINE-3} |
| Símbolo | ⎻ |
| Codificación URL (porcentaje UTF-8) | %E2%8E%BB |
| Nombre oral / lector de pantalla | Horizontal Scan Line-3 |
| UTF-8 | E2 8E BB |
| UTF-16 | 23BB |
| UTF-32 | 000023BB |
1\documentclass{article}2\usepackage{pifont}3\text{HORIZONTALSCANLINE-3}4\end{document}Puedes escribir el símbolo horizontal scan line-3 en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9147 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "horizontal scan line-3", or use Unicode Hex Input with 23BB.
Ctrl + Shift + U, type 23bb, 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.horizontal-scan-line-3::before { content: "\23BB"; }1<span>⎻</span>La representación del símbolo Horizontal Scan Line-3 en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u23BB' or String.fromCodePoint(9147) |
| Python | '\N{HORIZONTAL SCAN LINE-3}' or chr(9147) |
| Rust | '\u{23BB}' |
| C / C++ | UTF-8 source or wchar_t with U+23BB |
| Go | string(rune(0x23BB)) |
| Ruby | "\u{23BB}" |