| Nombre del símbolo | Modifier Letter Low Vertical Line |
| Versión Unicode | 1.1 |
| Unicode | U+02CC |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | CB 8C |
| UTF-16 | 02CC |
| UTF-32 | 000002CC |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLOWVERTICALLINE}4\end{document}Puedes escribir el símbolo modifier letter low vertical line en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 716 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter low vertical line", or use Unicode Hex Input with 02CC.
Ctrl + Shift + U, type 02cc, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-low-vertical-line::before { content: "\02CC"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ˌ</span>La representación del símbolo Modifier Letter Low Vertical Line en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u02CC' or String.fromCodePoint(716) |
| Python | '\N{MODIFIER LETTER LOW VERTICAL LINE}' or chr(716) |
| Rust | '\u{02CC}' |
| C / C++ | UTF-8 source or wchar_t with U+02CC |
| Go | string(rune(0x02CC)) |
| Ruby | "\u{02CC}" |
| Código CSS |
\02CC |
| Código hexadecimal | 0x02CC |
| Código HTML | ˌ |
| LaTeX | \text{MODIFIERLETTERLOWVERTICALLINE} |
| Símbolo | ˌ |
| Codificación URL (porcentaje UTF-8) | %CB%8C |
| Nombre oral / lector de pantalla | Modifier Letter Low Vertical Line |