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