How to use almost equal to(≃) symbol in LaTeX?

Symbol/UnicodeAlmost Equal To/U+2243
Type of symbolMathematics
Package (requirement)No
ArgumentNo
Latex command\simeq
Example\simeq → ≃

To print the almost equal to symbol in a latex document, you need to use \simeq, the default command of latex.

\documentclass{article}
\begin{document}
   \[ a_1 \simeq a_2 \]
   \[ x_1 \simeq x_2 \]
   \[ \sqrt{2} \simeq 1.4 \]
\end{document}

Output :

Using almost equal to symbol in latex.

Leave a Comment

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

Scroll to Top