| Symboolnaam | Plus Sign In Left Half Circle |
| Unicode-versie | 3.2 |
| Unicode | U+2A2D |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het plus sign in left half circle-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Plus Sign In Left Half Circle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x2A2D |
| HTML-code | ⨭ |
| LaTeX | \text{PLUSSIGNINLEFTHALFCIRCLE} |
| Symbool | ⨭ |
| URL-codering (UTF-8 procent) | %E2%A8%AD |
| Uitgesproken naam / schermlezer | Plus Sign In Left Half Circle |