0

I am trying to draw a bold diameter symbol.

I imported the diameter symbol by the package wasysymas shown in this answer and looked at several ways how to use bold math symbols as shown here and here, yet none of them seemed to work for me.

How can I achieve this?

1 Answers1

2

You did not show what you tried or what error you got, but wasy is available in bold

enter image description here

\documentclass{article}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{wasysym} % for the diameter command 
\begin{document}

\begin{equation} \text{\diameter} \neq \textbf{\diameter} \end{equation}

\end{document}

David Carlisle
  • 757,742
  • I included that I tried the linked answers and in most cases it is not bold with no extra error, but you are right I could have done a better job on this! Using your example just gives me no bold diameter symbol – OuttaSpaceTime May 10 '23 at 16:01
  • @OuttaSpaceTime my example produces the image shown, with a bold ⌀ – David Carlisle May 10 '23 at 16:19