| Nom du symbole | Plus Sign |
| Version Unicode | 1.1 |
| Unicode | U+002B |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS | \002B |
| Code hexadécimal | 0x002B |
| Code HTML | + |
| LaTeX | + |
| Symbole | + |
| Encodage URL (pourcent UTF-8) | %2B |
| Nom oral / lecteur d’écran | Plus Sign |
| UTF-8 | 2B |
| UTF-16 | 002B |
| UTF-32 | 0000002B |
1\documentclass{article}2\usepackage{pifont}3+4\end{document}Vous pouvez saisir le symbole plus sign sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Plus Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '+' |
| Python | '+' |
| Rust | '+' |
| C / C++ | '+' |
| Go | '+' |
| Ruby | '+' |