How to use not normal subgroup of or equal to(⋬) symbol in LaTeX?

Symbol/UnicodeNot Normal Subgroup of or Equal To/U+22EC
Type of symbolMathematical Operator
Package (requirement)amssymb
ArgumentNo
Latex command\ntrianglelefteq
Example\ntrianglelefteq → ⋬

You need to use the \ntrianglelefteq command of the amssymb package to write Not Normal Subgroup of or Equal To in a latex document.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
     \[ A \ntrianglelefteq B \]
     \[ p \ntrianglelefteq q \]
     \[ q \ntrianglelefteq p \]
\end{document}

Output :

Use Not Normal Subgroup of or Equal To symbol in latex.

Leave a Comment

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

Scroll to Top