
| Unicode | U+002B | |
|---|---|---|
| Unicode Decimal | 43 | |
| Unicode Escape | \u002b | |
| UTF-8 (hex) | 0x2B | |
| UTF-8 (binary) | 00101011 | |
| UTF-8 (binary) | ||
| 00101011 | ||
| UTF-16 | 0x002B | |
| UTF-32 | 0x0000002B | |
| HTML Number | + | |
|---|---|---|
| HTML Hex | + | |
| HTML Entity | + | |
| Symbol | Name |
|---|---|
| * | Asterisk |
| / | Slash or divide |
| < | Less than (or open angled bracket) |
| = | Equals |
| > | Greater than (or close angled bracket) |
| × | Multiplication sign |
| ÷ | Division sign |
| URL Escape Code | %2B | |
|---|---|---|
| Quoted-printable | =2B |
| C, C++, and Java | "\u002B" | |
|---|---|---|
| CSS Code | \002B | |
| JavaScript | "\u002B" | |
| Perl | \x{002B} | |
| Python 2 | u"\u002B" | |
| Python 3 | \u002B | |
| Ruby | \u{002B} |