[Tex/LaTex] I cannot use the # symbol in LaTeX

symbols

\documentclass{article}

\usepackage[utf8]{inputenc}

\begin{document}

\maketitle

\text{I can't use the #-symbol}

\end{document}

Best Answer

Very simple: you need to use \ in front of the # symbol:

\#