Symbol/Unicode | Yen/U+00A5 |
---|---|
Type of symbol | Mathematics |
Package (requirement) | amssymb |
Argument | No |
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 :