Equivalent (≡) symbol in LaTeX

Symbol/Unicode Equivalent/U+2261
Type of symbol Mathematics
Package (requirement) No
Argument No
Latex command \equiv
Example \equiv → ≡

You need to use the default command \equiv to print equivalent symbols in a latex document. Below are some examples.

\documentclass{article}
\begin{document}
   $$ M \equiv N $$
   $$ ^{\prime\prime}a \equiv_R b^{\prime\prime} $$
\end{document}

Output :

Use equivalent in latex.

Leave a Comment

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

Scroll to Top