| Symbol Name | Plus Sign |
| Unicode Version | 1.1 |
| Unicode | U+002B |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \002B |
| Hex Code | 0x002B |
| HTML Code | + |
| LaTeX | + |
| Symbol | + |
| URL encode (UTF-8 percent) | %2B |
| Spoken / screen reader name | Plus Sign |
| UTF-8 | 2B |
| UTF-16 | 002B |
| UTF-32 | 0000002B |
1\documentclass{article}2\usepackage{pifont}3+4\end{document}You can type the plus sign symbol on most modern devices with the help of following methods:
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>Plus Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '+' |
| Python | '+' |
| Rust | '+' |
| C / C++ | '+' |
| Go | '+' |
| Ruby | '+' |