| Nombre del símbolo | Vertical Line With Middle Dot |
| Versión Unicode | 3.0 |
| Unicode | U+237F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 8D BF |
| UTF-16 | 237F |
| UTF-32 | 0000237F |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALLINEWITHMIDDLEDOT}4\end{document}Puedes escribir el símbolo vertical line with middle dot en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9087 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical line with middle dot", or use Unicode Hex Input with 237F.
Ctrl + Shift + U, type 237f, 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.vertical-line-with-middle-dot::before { content: "\237F"; }1<span>⍿</span>La representación del símbolo Vertical Line With Middle Dot en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u237F' or String.fromCodePoint(9087) |
| Python | '\N{VERTICAL LINE WITH MIDDLE DOT}' or chr(9087) |
| Rust | '\u{237F}' |
| C / C++ | UTF-8 source or wchar_t with U+237F |
| Go | string(rune(0x237F)) |
| Ruby | "\u{237F}" |
| Código CSS |
\237F |
| Código hexadecimal | 0x237F |
| Código HTML | ⍿ |
| LaTeX | \text{VERTICALLINEWITHMIDDLEDOT} |
| Símbolo | ⍿ |
| Codificación URL (porcentaje UTF-8) | %E2%8D%BF |
| Nombre oral / lector de pantalla | Vertical Line With Middle Dot |