| Symbol Name | Modifier Letter Open Shelf |
| Unicode Version | 4.0 |
| Unicode | U+02FE |
| Unicode block | |
| General category | Modifier Symbol (Sk) |
| CSS Code |
| UTF-8 | CB BE |
| UTF-16 | 02FE |
| UTF-32 | 000002FE |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTEROPENSHELF}4\end{document}You can type the modifier letter open shelf symbol on most modern devices with the help of following methods:
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>Modifier Letter Open Shelf symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\02FE |
| Hex Code | 0x02FE |
| HTML Code | ˾ |
| LaTeX | \text{MODIFIERLETTEROPENSHELF} |
| Symbol | ˾ |
| URL encode (UTF-8 percent) | %CB%BE |
| Spoken / screen reader name | Modifier Letter Open Shelf |