LaTeX Long Right Arrow () - Complete Guide

The long right arrow (⟶) is an extended version of the right arrow for spacing in long expressions.

Symbol Preview

Long Right Arrow

LaTeX Code

No package required

Recommended
\longrightarrow

Long right arrow with space

What is the LaTeX Long Right Arrow?

The long right arrow (⟶) provides extra space compared to the standard right arrow, useful in equations where spacing is important.

How to Use Long Right Arrow in LaTeX

Method 1: Using \longrightarrow

No package required

Long right arrow with space

Example: Using \longrightarrow

latex
\documentclass{article}

\begin{document}

% Using the Long Right Arrow
Text with \longrightarrow

\end{document}

Common Use Cases

The Long Right Arrow symbol is commonly used in the following contexts:

Function Mapping with Space

Function notation with generous spacing.

Code

$f: A \longrightarrow B$

Output

f: A ⟶ B (with more space)

Complete Examples

Function with Long Arrow

Long arrow with spacing

latex
\documentclass{article}
\begin{document}

$f: \text{Domain} \longrightarrow \text{Codomain}$

\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:

  • \longrightarrow: Long right arrow with space

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 →