| Symbolname | Plus Sign With Small Circle Above |
| Unicode-Version | 3.2 |
| Unicode | U+2A22 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A8 A2 |
| UTF-16 | 2A22 |
| UTF-32 | 00002A22 |
1\documentclass{article}2\usepackage{pifont}3\text{PLUSSIGNWITHSMALLCIRCLEABOVE}4\end{document}Sie können das Symbol plus sign with small circle above auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10786 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "plus sign with small circle above", or use Unicode Hex Input with 2A22.
Ctrl + Shift + U, type 2a22, 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-with-small-circle-above::before { content: "\2A22"; }1<span>⨢</span>Die Darstellung des Symbols Plus Sign With Small Circle Above in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2A22' or String.fromCodePoint(10786) |
| Python | '\N{PLUS SIGN WITH SMALL CIRCLE ABOVE}' or chr(10786) |
| Rust | '\u{2A22}' |
| C / C++ | UTF-8 source or wchar_t with U+2A22 |
| Go | string(rune(0x2A22)) |
| Ruby | "\u{2A22}" |
| CSS-Code |
\2A22 |
| Hexadezimalcode | 0x2A22 |
| HTML-Code | ⨢ |
| LaTeX | \text{PLUSSIGNWITHSMALLCIRCLEABOVE} |
| Symbol | ⨢ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A8%A2 |
| Ansagename (Screenreader) | Plus Sign With Small Circle Above |