Use the marvosym package in your LaTeX document to create the below gender symbols
\usepackage{marvosym}

\FEMALE

\Female

\FemaleFemale

\FemaleMale

\Hermaphrodite

\HERMAPHRODITE

\Male

\MALE

\MaleMale

\Neutral
Use the stix package in your LaTeX document to create the below gender symbols
\usepackage{stix}

\female

\Hermaphrodite

\male

\neuter
Use the fontawesome5 package in your LaTeX document to create the below gender symbols
\usepackage{fontawesome5}

\faGenderless

\faMars

\faMarsDouble

\faMarsStroke

\faMarsStrokeH

\faMarsStrokeV

\faNeuter

\faTransgender

\faTransgender

\faVenus

\faVenusDouble

\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

Leave a Reply