Toolman

ASCII 43

ASCII 43 is Plus sign, written +.

Every representation

Character+
NamePlus sign
Decimal43
Hexadecimal0x2B
Octal0053
Binary00101011
HTML entity+
Escape sequence\x2B
UnicodeU+002B
GroupPunctuation or symbol

What it is for

The character +.

Where the number comes from

Codes 32 to 126 hold the printable characters. The punctuation was distributed around the letters and digits so that the most common characters fell into positions that were convenient for the teleprinter keyboards of the time.

Frequently asked questions

What is ASCII 43?

Plus sign, the character +. In hexadecimal it is 0x2B, in octal 0053, and in binary 00101011.

How do I type ASCII 43?

Type + directly. In a string literal it can also be written \\x2B, and in HTML as +.

Is ASCII 43 printable?

Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter