| Nom du symbole | Left Black Lenticular Bracket |
| Version Unicode | 1.1 |
| Unicode | U+3010 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole left black lenticular bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Left Black Lenticular Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\3010 |
| Code hexadécimal | 0x3010 |
| Code HTML | 【 |
| LaTeX | \text{LEFTBLACKLENTICULARBRACKET} |
| Symbole | 【 |
| Encodage URL (pourcent UTF-8) | %E3%80%90 |
| Nom oral / lecteur d’écran | Left Black Lenticular Bracket |