How to use yen(¥) symbol in LaTeX?

Symbol/UnicodeYen/U+00A5
Type of symbolMathematics
Package (requirement)amssymb
ArgumentNo
Latex command\yen
Example\yen → ¥

To print the Yen symbol in a latex document, you need to use the \yen command of the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
   \[ Alt + 0165 = \yen \;(WIN) \]
   \[ Alt + 157 = \yen \;(WIN) \]
   \[ Option + Y = \yen \;(MAC) \]
\end{document}

Output :

Use Yen symbol in latex.

Leave a Comment

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

Scroll to Top