LaTeX Subset () - Complete Guide

The subset symbol (⊂) indicates that all elements of one set are contained in another set.

Symbol Preview

Subset

LaTeX Code

No package required

Recommended
\subset

Proper subset

No package required

\subseteq

Subset or equal

What is the LaTeX Subset?

A is a subset of B if every element of A is also an element of B. The symbol ⊂ is sometimes used for proper subsets (A ⊂ B and A ≠ B).

How to Use Subset in LaTeX

Method 1: Using \subset

No package required

Proper subset

Example: Using \subset

latex
\documentclass{article}

\begin{document}

% Using the Subset
Text with \subset

\end{document}

Method 2: Using \subseteq

No package required

Subset or equal

Example: Using \subseteq

latex
\documentclass{article}

\begin{document}

% Using the Subset
Text with \subseteq

\end{document}

Common Use Cases

The Subset symbol is commonly used in the following contexts:

Subset Relation

One set contained in another.

Code

$A \subset B$

Output

A ⊂ B

Complete Examples

Subset Example

Subset relationship

latex
\documentclass{article}
\begin{document}

The set of even numbers is a subset of natural numbers: $\{2, 4, 6, ...\} \subset \mathbb{N}$

\end{document}

Frequently Asked Questions about Subset (⊂)

Which LaTeX code should I use for Subset?

For the Subset symbol (⊂), we recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:

  • \subset: Proper subset
  • \subseteq: Subset or equal

Where can I use the Subset symbol?

The Subset symbol (⊂) is typically used:

  • In mathematical equations (math mode)
  • In regular text (if supported)
  • In various LaTeX environments

Can I use the Subset symbol in display mode?

Yes, the Subset symbol (⊂) works in display mode (between $$ $$). This allows you to render the symbol on its own line with better visibility.

🔗 Related Symbols You May Need

View all symbols →

🎯 Need to Convert PDF to LaTeX?

Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.

Fast & accurate

Preserves symbols

Free online

No registration

Try Converter Now →