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 about Long Right Arrow (⟶)

Which LaTeX code should I use for Long Right Arrow?

For the Long Right Arrow symbol (⟶), 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 can I use the Long Right Arrow symbol?

The Long Right Arrow symbol (⟶) is typically used:

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

Can I use the Long Right Arrow symbol in display mode?

Yes, the Long Right Arrow 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 →