How to use south east arrow symbol in LaTeX?

Symbol/UnicodeSouth East Arrow/U+2198
Type of symbolArrow
Package (requirement)No
ArgumentNo
Latex command\searrow
Example\searrow → ↘

\searrow command is used to define south east facing arrow in LaTeX. \searrow is the default command. But, there are also many external packages that contain this symbol.

\documentclass{article}
\begin{document}
    \[ Alt + 8600 = \; \searrow \]
    \[ ABC \searrow 123 \]
    \[ XYZ \searrow 123 \]
\end{document}

Output :

Use South East Arrow in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top