LaTeX Right Arrow () - Complete Guide

The right arrow (→) is used to indicate direction, function mapping, or implication.

Symbol Preview

Right Arrow

LaTeX Code

No package required

Recommended
\rightarrow

Single right arrow

No package required

\to

Shorthand: \to

What is the LaTeX Right Arrow?

The right arrow (→) is one of the most commonly used arrow symbols in mathematics. It is used for function notation (f: A → B), implications in logic, and directional indicators.

How to Use Right Arrow in LaTeX

Method 1: Using \rightarrow

No package required

Single right arrow

Example: Using \rightarrow

latex
\documentclass{article}

\begin{document}

% Using the Right Arrow
Text with \rightarrow

\end{document}

Method 2: Using \to

No package required

Shorthand: \to

Example: Using \to

latex
\documentclass{article}

\begin{document}

% Using the Right Arrow
Text with \to

\end{document}

Common Use Cases

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

Function Mapping

Indicating function domain and codomain.

Code

$f: \mathbb{R} \rightarrow \mathbb{R}$

Output

f: ℝ → ℝ

Implication

Logical implication.

Code

$P \rightarrow Q$

Output

P → Q

Complete Examples

Function Definition

Function mapping

latex
\documentclass{article}
\begin{document}

Define function: $f: \mathbb{N} \rightarrow \mathbb{Z}$ by $f(n) = n^2$

\end{document}

Frequently Asked Questions about Right Arrow (→)

Which LaTeX code should I use for Right Arrow?

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

  • \rightarrow: Single right arrow
  • \to: Shorthand: \to

Where can I use the Right Arrow symbol?

The Right Arrow symbol (→) is typically used:

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

Can I use the Right Arrow symbol in display mode?

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