| Nome del simbolo | Fullwidth Left White Parenthesis |
| Versione Unicode | 3.2 |
| Unicode | U+FF5F |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | EF BD 9F |
| UTF-16 | FF5F |
| UTF-32 | 0000FF5F |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHLEFTWHITEPARENTHESIS}4\end{document}Puoi digitare il simbolo fullwidth left white parenthesis sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 65375 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth left white parenthesis", or use Unicode Hex Input with FF5F.
Ctrl + Shift + U, type ff5f, 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.fullwidth-left-white-parenthesis::before { content: "\FF5F"; }1<span>⦅</span>La rappresentazione del simbolo Fullwidth Left White Parenthesis nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uFF5F' or String.fromCodePoint(65375) |
| Python | '\N{FULLWIDTH LEFT WHITE PARENTHESIS}' or chr(65375) |
| Rust | '\u{FF5F}' |
| C / C++ | UTF-8 source or wchar_t with U+FF5F |
| Go | string(rune(0xFF5F)) |
| Ruby | "\u{FF5F}" |
| Codice CSS |
\FF5F |
| Codice esadecimale | 0xFF5F |
| Codice HTML | ⦅ |
| LaTeX | \text{FULLWIDTHLEFTWHITEPARENTHESIS} |
| Simbolo | ⦅ |
| Codifica URL (percentuale UTF-8) | %EF%BD%9F |
| Nome parlato / screen reader | Fullwidth Left White Parenthesis |