| Symbolname | Plus Sign |
| Unicode-Version | 1.1 |
| Unicode | U+002B |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code | \002B |
| Hexadezimalcode | 0x002B |
| HTML-Code | + |
| LaTeX | + |
| Symbol | + |
| URL-Kodierung (UTF-8-Prozent) | %2B |
| Ansagename (Screenreader) | Plus Sign |
| UTF-8 | 2B |
| UTF-16 | 002B |
| UTF-32 | 0000002B |
1\documentclass{article}2\usepackage{pifont}3+4\end{document}Sie können das Symbol plus sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Type Alt + 43 on the numeric keypad, or insert from Character Map.
Type Shift + = on standard US keyboard layouts.
Type Shift + = on most layouts, or use compose sequences per distro.
Use the symbols keyboard and tap +.
Use numeric/symbol keyboard and tap +.
1span.plus::before { content: "\002B"; }1<span>+</span>Die Darstellung des Symbols Plus Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '+' |
| Python | '+' |
| Rust | '+' |
| C / C++ | '+' |
| Go | '+' |
| Ruby | '+' |