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