Ich würde gern die Schrift "extra fett" bekommen, also "\textbf" reicht mir nicht.
\documentclass[fontsize=11pt,DIV=1,a4paper]{scrartcl}
\usepackage{xcolor}
\begin{document}
Der Pluspol \textbf{\textcolor{red}{+}} und der Minuspol \textbf{\textcolor{blue}{---}}
\end{document}

