How to use leftwards arrow with stroke(↚) symbol in LaTeX?

Symbol/Unicode Leftwards Arrow with Stroke/U+219A
Type of symbol Arrow
Package (requirement) amssymb
Argument No
Latex command \nleftarrow
Example \nleftarrow → ↚
\documentclass{article}
\usepackage{amssymb}
\begin{document}
    \[ Alt + 8602 = \; \nleftarrow \]
    \[ ABC \nleftarrow 123 \]
\end{document}

Output :

Using Leftwards Arrow with Stroke symbol in latex.

Leave a Comment

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

Scroll to Top