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