| Symboolnaam | Left White Square Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+301A |
| Unicode-blok | |
| Algemene categorie | Open Punctuation (Ps) |
| CSS-code |
| UTF-8 | E3 80 9A |
| UTF-16 | 301A |
| UTF-32 | 0000301A |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWHITESQUAREBRACKET}4\end{document}Je kunt het left white square bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 12314 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left white square bracket", or use Unicode Hex Input with 301A.
Ctrl + Shift + U, type 301a, 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-white-square-bracket::before { content: "\301A"; }1<span>〚</span>De weergave van het Left White Square Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u301A' or String.fromCodePoint(12314) |
| Python | '\N{LEFT WHITE SQUARE BRACKET}' or chr(12314) |
| Rust | '\u{301A}' |
| C / C++ | UTF-8 source or wchar_t with U+301A |
| Go | string(rune(0x301A)) |
| Ruby | "\u{301A}" |
\301A |
| Hexadecimale code | 0x301A |
| HTML-code | 〚 |
| LaTeX | \text{LEFTWHITESQUAREBRACKET} |
| Symbool | 〚 |
| URL-codering (UTF-8 procent) | %E3%80%9A |
| Uitgesproken naam / schermlezer | Left White Square Bracket |