| Nome del simbolo | Left Arc Less-than Bracket |
| Versione Unicode | 3.2 |
| Unicode | U+2993 |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | E2 A6 93 |
| UTF-16 | 2993 |
| UTF-32 | 00002993 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTARCLESS-THANBRACKET}4\end{document}Puoi digitare il simbolo left arc less-than bracket sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10643 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left arc less-than bracket", or use Unicode Hex Input with 2993.
Ctrl + Shift + U, type 2993, 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-arc-less-than-bracket::before { content: "\2993"; }1<span>⦓</span>La rappresentazione del simbolo Left Arc Less-than Bracket nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2993' or String.fromCodePoint(10643) |
| Python | '\N{LEFT ARC LESS-THAN BRACKET}' or chr(10643) |
| Rust | '\u{2993}' |
| C / C++ | UTF-8 source or wchar_t with U+2993 |
| Go | string(rune(0x2993)) |
| Ruby | "\u{2993}" |
| Codice CSS |
\2993 |
| Codice esadecimale | 0x2993 |
| Codice HTML | ⦓ |
| LaTeX | \text{LEFTARCLESS-THANBRACKET} |
| Simbolo | ⦓ |
| Codifica URL (percentuale UTF-8) | %E2%A6%93 |
| Nome parlato / screen reader | Left Arc Less-than Bracket |