Circled Dash(⊝) symbol in LaTeX

Symbol/Unicode Circled Dash/U+229D
Type of symbol Circle
Package (requirement) amssymb
Argument No
Latex command \circleddash
Example \circleddash → ⊝

To print the Circled Dash symbol in a Latex document you need to use the \circleddash command of the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
    $$ Alt + 8861 = \circleddash $$
    $$ Circle  \; Dash \; Symbol = \circleddash $$
\end{document}

Output :

Use Circled Dash symbol in latex.

Leave a Comment

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

Scroll to Top