\boldsymbol{} works well for math expressions, but it doesn't work for text:
\boldsymbol{}
\boldsymbol{A_{\text{Circle}}}
Is there a way to make the Circle bold, too?
Circle
Use \textbf instead of \text:
\textbf
\text
\boldsymbol{A_{\textbf{Circle}}}