| Nom du symbole | Left White Lenticular Bracket |
| Version Unicode | 1.1 |
| Unicode | U+3016 |
| Bloc Unicode | |
| Catégorie générale | Open Punctuation (Ps) |
| UTF-8 | E3 80 96 |
| UTF-16 | 3016 |
| UTF-32 | 00003016 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWHITELENTICULARBRACKET}4\end{document}Vous pouvez saisir le symbole left white lenticular bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 12310 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left white lenticular bracket", or use Unicode Hex Input with 3016.
Ctrl + Shift + U, type 3016, 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-lenticular-bracket::before { content: "\3016"; }1<span>〖</span>La représentation du symbole Left White Lenticular Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u3016' or String.fromCodePoint(12310) |
| Python | '\N{LEFT WHITE LENTICULAR BRACKET}' or chr(12310) |
| Rust | '\u{3016}' |
| C / C++ | UTF-8 source or wchar_t with U+3016 |
| Go | string(rune(0x3016)) |
| Ruby | "\u{3016}" |
| Code CSS |
\3016 |
| Code hexadécimal | 0x3016 |
| Code HTML | 〖 |
| LaTeX | \text{LEFTWHITELENTICULARBRACKET} |
| Symbole | 〖 |
| Encodage URL (pourcent UTF-8) | %E3%80%96 |
| Nom oral / lecteur d’écran | Left White Lenticular Bracket |