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