| Nome del simbolo | Plus Sign |
| Versione Unicode | 1.1 |
| Unicode | U+002B |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS | \002B |
| Codice esadecimale | 0x002B |
| Codice HTML | + |
| LaTeX | + |
| Simbolo | + |
| Codifica URL (percentuale UTF-8) | %2B |
| Nome parlato / screen reader | Plus Sign |
| UTF-8 | 2B |
| UTF-16 | 002B |
| UTF-32 | 0000002B |
1\documentclass{article}2\usepackage{pifont}3+4\end{document}Puoi digitare il simbolo plus sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Plus Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '+' |
| Python | '+' |
| Rust | '+' |
| C / C++ | '+' |
| Go | '+' |
| Ruby | '+' |