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