| Nome del simbolo | Left Square Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+005B |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| Codice CSS |
| UTF-8 | 5B |
| UTF-16 | 005B |
| UTF-32 | 0000005B |
1\documentclass{article}2\usepackage{pifont}3[4\end{document}Puoi digitare il simbolo left square bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 91 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left square bracket", or use Unicode Hex Input with 005B.
Ctrl + Shift + U, type 005b, 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.left-square-bracket::before { content: "\005B"; }1<span>[</span>La rappresentazione del simbolo Left Square Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u005B' or String.fromCodePoint(91) |
| Python | '\N{LEFT SQUARE BRACKET}' or chr(91) |
| Rust | '\u{005B}' |
| C / C++ | UTF-8 source or wchar_t with U+005B |
| Go | string(rune(0x005B)) |
| Ruby | "\u{005B}" |
\005B |
| Codice esadecimale | 0x005B |
| Codice HTML | [ |
| LaTeX | [ |
| Simbolo | [ |
| Codifica URL (percentuale UTF-8) | %5B |
| Nome parlato / screen reader | Left Square Bracket |