Symbol/Unicode | South East Arrow/U+2198 |
---|---|
Type of symbol | Arrow |
Package (requirement) | No |
Argument | No |
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 :