| Nome del simbolo | Left White Corner Bracket |
| Versione Unicode | 1.1 |
| Unicode | U+300E |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | E3 80 8E |
| UTF-16 | 300E |
| UTF-32 | 0000300E |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWHITECORNERBRACKET}4\end{document}Puoi digitare il simbolo left white corner bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 12302 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left white corner bracket", or use Unicode Hex Input with 300E.
Ctrl + Shift + U, type 300e, 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-corner-bracket::before { content: "\300E"; }1<span>『</span>La rappresentazione del simbolo Left White Corner Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u300E' or String.fromCodePoint(12302) |
| Python | '\N{LEFT WHITE CORNER BRACKET}' or chr(12302) |
| Rust | '\u{300E}' |
| C / C++ | UTF-8 source or wchar_t with U+300E |
| Go | string(rune(0x300E)) |
| Ruby | "\u{300E}" |
| Codice CSS |
\300E |
| Codice esadecimale | 0x300E |
| Codice HTML | 『 |
| LaTeX | \text{LEFTWHITECORNERBRACKET} |
| Simbolo | 『 |
| Codifica URL (percentuale UTF-8) | %E3%80%8E |
| Nome parlato / screen reader | Left White Corner Bracket |