Toolman

ASCII 35

ASCII 35 is Number sign, written #.

Every representation

Character#
NameNumber sign
Decimal35
Hexadecimal0x23
Octal0043
Binary00100011
HTML entity#
Escape sequence\x23
UnicodeU+0023
GroupPunctuation or symbol

What it is for

Number sign, hash or pound. Starts a comment in shell, Python, Ruby and YAML, a fragment in a URL, and a tag on social platforms.

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 35?

Number sign, the character #. In hexadecimal it is 0x23, in octal 0043, and in binary 00100011.

How do I type ASCII 35?

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

Is ASCII 35 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