| Nombre del símbolo | Modifier Letter Open Shelf |
| Versión Unicode | 4.0 |
| Unicode | U+02FE |
| Bloque Unicode | |
| Categoría general | Modifier Symbol (Sk) |
| UTF-8 | CB BE |
| UTF-16 | 02FE |
| UTF-32 | 000002FE |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTEROPENSHELF}4\end{document}Puedes escribir el símbolo modifier letter open shelf en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 766 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter open shelf", or use Unicode Hex Input with 02FE.
Ctrl + Shift + U, type 02fe, 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-open-shelf::before { content: "\02FE"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>˾</span>La representación del símbolo Modifier Letter Open Shelf en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u02FE' or String.fromCodePoint(766) |
| Python | '\N{MODIFIER LETTER OPEN SHELF}' or chr(766) |
| Rust | '\u{02FE}' |
| C / C++ | UTF-8 source or wchar_t with U+02FE |
| Go | string(rune(0x02FE)) |
| Ruby | "\u{02FE}" |
| Código CSS |
\02FE |
| Código hexadecimal | 0x02FE |
| Código HTML | ˾ |
| LaTeX | \text{MODIFIERLETTEROPENSHELF} |
| Símbolo | ˾ |
| Codificación URL (porcentaje UTF-8) | %CB%BE |
| Nombre oral / lector de pantalla | Modifier Letter Open Shelf |