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