Gender symbols[♀,♂,⚢] in LaTeX

Use the marvosym package in your LaTeX document to create the below gender symbols

\usepackage{marvosym}
\text{\FEMALE}
\FEMALE
\text{\Female}
\Female
\text{\FemaleFemale}
\FemaleFemale
\text{\FemaleMale}
\FemaleMale
\text{\Hermaphrodite}
\Hermaphrodite
\text{\HERMAPHRODITE}
\HERMAPHRODITE
\text{\Male}
\Male
\text{\MALE }
\MALE
\text{\MaleMale}
\MaleMale
\text{\Neutral}
\Neutral

Use the stix package in your LaTeX document to create the below gender symbols

\usepackage{stix}
\female
\female
\Hermaphrodite
\Hermaphrodite
\male
\male
\neuter
\neuter

Use the fontawesome5 package in your LaTeX document to create the below gender symbols

\usepackage{fontawesome5}
\text{\faGenderless}
\faGenderless
\text{\faMars}
\faMars
\text{\faMarsDouble}
\faMarsDouble
\text{\faMarsStroke}
\faMarsStroke
\text{\faMarsStrokeH}
\faMarsStrokeH
\text{\faMarsStrokeV}
\faMarsStrokeV
\text{\faNeuter}
\faNeuter
\text{\faTransgender}
\faTransgender
\text{\faTransgender }
\faTransgender
\text{\faVenus}
\faVenus
\text{\faVenusDouble}
\faVenusDouble
\text{\faVenusMars}
\faVenusMars

Now, from here, we will create gender symbols

But why should we?

Because there is no such package for gender symbols

So, to do that first, you need to have a tikz package in your document

\usepackage{tikz}

Second, you need to copy and paste these  \newcommand lines  in your LaTeX document

Here is an example

\newcommand{\Agender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (-0.075,0) --(0.075,0);
\end{tikzpicture}}

Third, once you copied and pasted these \newcommand lines in your document then you are ready to use command anywhere in your document.

Here is the command that we have created

\Agender

Here is the Androgyne symbol

\newcommand{\Androgyne }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[->] (0.055,0.055) --(0.155,0.155);
\draw [] (0.055,0.1075) -- (0.115,0.055);
\end{tikzpicture}}
\Androgyne 

Here is the Demiboy symbol

\newcommand{\Demiboy }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0.055,0.055) --(0.155,0.155);
\draw [] (0.075,0.155) -- (0.145,0.155);
\end{tikzpicture}}
\Demiboy

Here is the Demigirl symbol

\newcommand{\Demigirl }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.-0.075) --(0,-0.2);
\draw [] (-0.055,-0.155) -- (0.0,-0.155);
\end{tikzpicture}}
\Demigirl

Here is the Intergender symbol

\newcommand{\Intergender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.-0.075) --(0,-0.2);
\draw [] (-0.055,-0.135) -- (0.0,-0.135);
\draw [] (0.0,-0.195) -- (0.055,-0.165);
\end{tikzpicture}}
\Intergender

Here is the Asexual symbol

\newcommand{\Asexual }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\end{tikzpicture}}
\Asexual

Here is the Genderqueer symbol

\newcommand{\Genderqueer }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.075) --(0,0.2);
\draw[] (-0.055,0.170) --(0.055,0.095);
\draw[] (-0.055,0.095) --(0.055,0.170);
\end{tikzpicture}}
\Genderqueer

Here is the Travesti symbol

\newcommand{\Travesti }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (-0.045,0.045) --(-0.155,0.155);
\draw[] (-0.185,0.110) --(-0.1,0.185);
\end{tikzpicture}}
\Travesti

Here is the Demigender symbol

\newcommand{\Demigender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (-0.075,0) --(0.075,0);
\draw[] (0,0.-0.075) --(0,-0.185);
\draw [] (-0.055,-0.135) -- (0.0,-0.135);
\draw[] (0,0.075) --(0,0.125);
\end{tikzpicture}}
\Demigender

Here is the Intergender symbol

\newcommand{\intergender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.-0.075) --(0,-0.185);
\draw [] (-0.055,-0.135) -- (0.0,-0.135);
\draw[] (0.055,0.-0.135) --(0.0,-0.185);
\end{tikzpicture}}
\intergender

Here is the non binary transgender symbol

\newcommand{\nonbinarytransgender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.-0.075) --(0,-0.185);
\draw [] (-0.055,-0.135) -- (0.055,-0.135);
\draw [scale=0.5](-0.075,0.2) arc [radius=0.1,start angle=210,end angle= 330];
\end{tikzpicture}}
\nonbinarytransgender

Here is the Bigender symbol

\newcommand{\Bigender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.-0.075) --(0,-0.185);
\draw [] (-0.055,-0.135) -- (0.055,-0.135);
\draw[->] (0.055,0.055) --(0.155,0.135);
\end{tikzpicture}}
\Bigender

Here is the Transgender symbol

\newcommand{\Transgender }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\draw[] (0,0.-0.075) --(0,-0.185);
\draw [] (-0.055,-0.135) -- (0.055,-0.135);
\draw[->] (0.055,0.055) --(0.155,0.135);
\draw[->] (-0.055,0.055) --(-0.155,0.135);
\draw [] (-0.055,0.1075) -- (-0.115,0.055);
\end{tikzpicture}}
\Transgender

Here is the Hetrosexual symbol

\newcommand{\Hetrosexual }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\node[draw,circle,radius=1,scale=4,inner sep=0] at (0.085,0)  {} ;
\draw[] (0,0.-0.075) --(0,-0.185);
\draw [] (-0.055,-0.135) -- (0.055,-0.135);
\draw[->] (0.125,0.055) --(0.195,0.145);
\end{tikzpicture}}
\Hetrosexual

Here is the Homosexual symbol

\newcommand{\Homosexual }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\node[draw,circle,radius=1,scale=4,inner sep=0] at (0.085,0)  {} ;
\draw[->] (0.125,0.055) --(0.195,0.145);
\draw[->] (-0.055,0.055) --(-0.125,0.145);
\end{tikzpicture}}
\Homosexual

Here is the Lesbian symbol

\newcommand{\Lesbian }{\begin{tikzpicture}
\node[draw,circle,radius=1,scale=4,inner sep=0]  {} ;
\node[draw,circle,radius=1,scale=4,inner sep=0] at (0.085,0)  {} ;
\draw[] (-0.0255,-0.055) --(-0.115,-0.155);
\draw [] (0.115,-0.155) -- (0.195,-0.085);
\draw[] (0.115,-0.055) --(0.185,-0.155);
\draw [] (-0.125,-0.085) -- (-0.025,-0.155);
\end{tikzpicture}}
\Lesbian

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.