| Nome del simbolo | Left Tortoise Shell Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+3014 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo left tortoise shell bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Left Tortoise Shell Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\3014 |
| Codice esadecimale | 0x3014 |
| Codice HTML | 〔 |
| LaTeX | \lgroup |
| Simbolo | 〔 |
| Codifica URL (percentuale UTF-8) | %E3%80%94 |
| Nome parlato / screen reader | Left Tortoise Shell Bracket |