How to use superset of above not equal to(⫌) symbol in LaTeX?

Symbol/UnicodeSuperset of Above Not Equal To/U+2ACC
Type of symbolSet Operator
Package (requirement)amssymb
ArgumentNo
Latex command\varsupsetneqq
Example\varsupsetneqq → ⫌

To print the Superset of Above Not Equal To symbol in a latex document, you need to use the \varsupsetneqq command of the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
     \[ A \varsupsetneqq B \]
     \[ A \varsupsetneqq \{1,3\} \]
     \[ \{1,2,3\} \varsupsetneqq \{1,2,3,4,8\} \]
\end{document}

Output :

Use Superset of Above Not Equal To symbol in latex.

Leave a Comment

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

Scroll to Top