Convolution (✱, ⊛) Symbol in LaTeX

Here, I will show you how to write convolution symbol in LaTeX.

It is a kind of asterisk symbol.

\documentclass{article}

\begin{document}
\textasteriskcentered

f \textasteriskcentered \,g

\end{document}

Output:

Convolution Symbol in LaTeX

We can also use \circledast in math mode.

\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}

P$\circledast$Q

\end{document}

Output:

circledast latex

Also read: All types of Asterisk (*) symbol in LaTeX

Leave a Reply

Your email address will not be published. Required fields are marked *