Symbol/Unicode | Superset of Above Not Equal To/U+2ACC |
---|---|
Type of symbol | Set Operator |
Package (requirement) | amssymb |
Argument | No |
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 :