| Nome del simbolo | Plus Sign In Left Half Circle |
| Versione Unicode | 3.2 |
| Unicode | U+2A2D |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A8 AD |
| UTF-16 | 2A2D |
| UTF-32 | 00002A2D |
1\documentclass{article}2\usepackage{pifont}3\text{PLUSSIGNINLEFTHALFCIRCLE}4\end{document}Puoi digitare il simbolo plus sign in left half circle sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10797 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "plus sign in left half circle", or use Unicode Hex Input with 2A2D.
Ctrl + Shift + U, type 2a2d, 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 geometric symbol support.
1span.plus-sign-in-left-half-circle::before { content: "\2A2D"; }1<span>⨭</span>La rappresentazione del simbolo Plus Sign In Left Half Circle nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2A2D' or String.fromCodePoint(10797) |
| Python | '\N{PLUS SIGN IN LEFT HALF CIRCLE}' or chr(10797) |
| Rust | '\u{2A2D}' |
| C / C++ | UTF-8 source or wchar_t with U+2A2D |
| Go | string(rune(0x2A2D)) |
| Ruby | "\u{2A2D}" |
| Codice CSS |
\2A2D |
| Codice esadecimale | 0x2A2D |
| Codice HTML | ⨭ |
| LaTeX | \text{PLUSSIGNINLEFTHALFCIRCLE} |
| Simbolo | ⨭ |
| Codifica URL (percentuale UTF-8) | %E2%A8%AD |
| Nome parlato / screen reader | Plus Sign In Left Half Circle |