| Nome del simbolo | Presentation Form For Vertical Left Square Bracket |
| Versione Unicode | 4.0 |
| Unicode | U+FE47 |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | EF B9 87 |
| UTF-16 | FE47 |
| UTF-32 | 0000FE47 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALLEFTSQUAREBRACKET}4\end{document}Puoi digitare il simbolo presentation form for vertical left square bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 65095 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical left square bracket", or use Unicode Hex Input with FE47.
Ctrl + Shift + U, type fe47, 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 bracket and quote support.
1span.presentation-form-for-vertical-left-square-bracket::before { content: "\FE47"; }1<span>﹇</span>La rappresentazione del simbolo Presentation Form For Vertical Left Square Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uFE47' or String.fromCodePoint(65095) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET}' or chr(65095) |
| Rust | '\u{FE47}' |
| C / C++ | UTF-8 source or wchar_t with U+FE47 |
| Go | string(rune(0xFE47)) |
| Ruby | "\u{FE47}" |
| Codice CSS |
\FE47 |
| Codice esadecimale | 0xFE47 |
| Codice HTML | ﹇ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTSQUAREBRACKET} |
| Simbolo | ﹇ |
| Codifica URL (percentuale UTF-8) | %EF%B9%87 |
| Nome parlato / screen reader | Presentation Form For Vertical Left Square Bracket |