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 about Not Similar (≁)

Which LaTeX code should I use for Not Similar?

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

  • \notsim: Not similar to

Where can I use the Not Similar symbol?

The Not Similar symbol (≁) is typically used:

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

Can I use the Not Similar symbol in display mode?

Yes, the Not Similar 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 →