| Symboolnaam | Fullwidth Left Square Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+FF3B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het fullwidth left square bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Fullwidth Left Square Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\FF3B |
| Hexadecimale code | 0xFF3B |
| HTML-code | [ |
| LaTeX | \text{FULLWIDTHLEFTSQUAREBRACKET} |
| Symbool | [ |
| URL-codering (UTF-8 procent) | %EF%BC%BB |
| Uitgesproken naam / schermlezer | Fullwidth Left Square Bracket |