Write Euro( ) symbol in LaTeX

Use the fourier package in your document to create Euro symbol

\usepackage{fourier}
 \text{\eurologo}
\eurologo
 \text{\texteuro}
\texteuro

Use the eurosym package in your document to create below Euro symbols

\usepackage{eurosym}

 \geneuro
\geneuro
 \geneuronarrow
\geneuronarrow
 \geneurowide
\geneurowide
 \text{\officialeuro}
\officialeuro
 The\thickspace pen \thickspace is \thickspace \text{ \EUR{10}}
The pen is 10 \euro.
 The\thickspace pen \thickspace is \thickspace \text{10 \euro.}
The pen is \EUR{10}.

Use the wasysym package in your document to create below Euro symbol

\usepackage{wasysym}

 \text{\wasyeuro}
\wasyeuro

Use the fontawesome package in your document to create below Euro symbol

\usepackage{fontawesome}

 \text{\faEur}
\faEur

Use the marvosym package in your document to create below Euro symbol

\usepackage{marvosym}
 \text{\EUR}
\EUR
 \text{\EURcr}
\EURcr
 \text{\EURdig}
\EURdig
 \text{\EURhv}
\EURhv
 \text{\EURtm}
\EURtm

different sizes for the Euro symbol

 \text{{\tiny \EUR}}
{\tiny \EUR}
 \text{{\scriptsize \EUR}}
{\scriptsize \EUR}
 \text{{\footnotesize \EUR}}
{\footnotesize \EUR}
 \text{{\small \EUR}}
{\small \EUR}
 \text{{\normalsize \EUR}}
{\normalsize \EUR}
 \text{{\large \EUR}}
{\large \EUR}
 \text{{\Large \EUR}}
{\Large \EUR}
 \text{{\huge \EUR}}
{\huge \EUR}
 \text{{\Huge \EUR}}
{\Huge \EUR}

Use the textcomp package in your document to create below Euro symbol

\usepackage{textcomp}

 \text{\texteuro}
\EUR

Mohammed Anees

Hey there, welcome to aneescraftsmanship I am Mohammed Anees an independent developer/blogger. I like to share and discuss the craft with others plus the things which I have learned because I believe that through discussion and sharing a new world opens up

Leave a Reply

Your email address will not be published.