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