| Nome del simbolo | Modifier Letter Open Shelf |
| Versione Unicode | 4.0 |
| Unicode | U+02FE |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo modifier letter open shelf sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Modifier Letter Open Shelf nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\02FE |
| Codice esadecimale | 0x02FE |
| Codice HTML | ˾ |
| LaTeX | \text{MODIFIERLETTEROPENSHELF} |
| Simbolo | ˾ |
| Codifica URL (percentuale UTF-8) | %CB%BE |
| Nome parlato / screen reader | Modifier Letter Open Shelf |