| Symboolnaam | Plus Sign |
| Unicode-versie | 1.1 |
| Unicode | U+002B |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \002B |
| Hexadecimale code | 0x002B |
| HTML-code | + |
| LaTeX | + |
| Symbool | + |
| URL-codering (UTF-8 procent) | %2B |
| Uitgesproken naam / schermlezer | Plus Sign |
| UTF-8 | 2B |
| UTF-16 | 002B |
| UTF-32 | 0000002B |
1\documentclass{article}2\usepackage{pifont}3+4\end{document}Je kunt het plus sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Plus Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '+' |
| Python | '+' |
| Rust | '+' |
| C / C++ | '+' |
| Go | '+' |
| Ruby | '+' |