Use the fourier package in your document to create Euro symbol
\usepackage{fourier}
\eurologo
\texteuro
Use the eurosym package in your document to create below Euro symbols
\usepackage{eurosym}
\geneuro
\geneuronarrow
\geneurowide
\officialeuro
The pen is 10 \euro.
The pen is \EUR{10}.
Use the wasysym package in your document to create below Euro symbol
\usepackage{wasysym}
\wasyeuro
Use the fontawesome package in your document to create below Euro symbol
\usepackage{fontawesome}
\faEur
Use the marvosym package in your document to create below Euro symbol
\usepackage{marvosym}
\EUR
\EURcr
\EURdig
\EURhv
\EURtm
different sizes for the Euro symbol
{\tiny \EUR}
{\scriptsize \EUR}
{\footnotesize \EUR}
{\small \EUR}
{\normalsize \EUR}
{\large \EUR}
{\Large \EUR}
{\huge \EUR}
{\Huge \EUR}
Use the textcomp package in your document to create below Euro symbol
\usepackage{textcomp}
\EUR

Leave a Reply