| Nom du symbole | Left White Parenthesis |
| Version Unicode | 3.2 |
| Unicode | U+2985 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole left white parenthesis sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Left White Parenthesis dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2985 |
| Code hexadécimal | 0x2985 |
| Code HTML | ⦅ |
| LaTeX | \text{LEFTWHITEPARENTHESIS} |
| Symbole | ⦅ |
| Encodage URL (pourcent UTF-8) | %E2%A6%85 |
| Nom oral / lecteur d’écran | Left White Parenthesis |