| Symbol Name | Plus Sign In Left Half Circle |
| Unicode Version | 3.2 |
| Unicode | U+2A2D |
| Unicode block | |
| General category | 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}You can type the plus sign in left half circle symbol on most modern devices with the help of following methods:
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>Plus Sign In Left Half Circle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\2A2D |
| Hex Code | 0x2A2D |
| HTML Code | ⨭ |
| LaTeX | \text{PLUSSIGNINLEFTHALFCIRCLE} |
| Symbol | ⨭ |
| URL encode (UTF-8 percent) | %E2%A8%AD |
| Spoken / screen reader name | Plus Sign In Left Half Circle |