LaTeX Not Similar () - Complete Guide

The not similar symbol (≁) denotes dissimilarity.

Symbol Preview

Not Similar

LaTeX Code

Requires: \usepackage{cmd.package}

Recommended
\notsim

Not similar to

What is the LaTeX Not Similar?

Used to indicate that two quantities are not similar or asymptotically equal.

How to Use Not Similar in LaTeX

Method 1: Using \notsim

⚠️Required Package:

\usepackage{cmd.package}

Not similar to

Example: Using \notsim

latex
\documentclass{article}
\usepackage{amssymb}
\begin{document}

% Using the Not Similar
Text with \notsim

\end{document}

Common Use Cases

The Not Similar symbol is commonly used in the following contexts:

Not Similar

Values are not similar.

Code

$f(n) \notsim g(n)$

Output

f(n) ≁ g(n)

Complete Examples

Not Asymptotically Equal

Not asymptotically equal

latex
\documentclass{article}
\begin{document}

The functions $\sin(n) \not\sim \cos(n)$ have different behaviors.

\end{document}

Frequently Asked Questions

Which method should I use?

We recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:

  • \notsim: Not similar to

Where do I use this symbol?

This symbol can be used:

  • In mathematical equations (math mode)
  • In regular text (if using text mode)
  • In various document environments

Can I use this in display mode?

Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.

🔗 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 →