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