Equipollence(≏) symbol in LaTeX

Symbol/Unicode Equipollence/U+224F
Type of symbol Mathematical Operators
Package (requirement) amssymb
Argument No
Latex command \bumpeq
Example \bumpeq → ≏

You need to use the \bumpeq command in the amssymb package to print the Equipollence symbol in a latex document.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
     $$ AB \bumpeq CD $$
     $$ AB+BA \bumpeq 0 $$
     $$ AB \bumpeq n.CD $$
\end{document}

Output :

Using Equipollence symbol in latex.

Leave a Comment

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

Scroll to Top