Maintainer | hapytexeu+gh@gmail.com |
---|---|
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe |
Language | Haskell2010 |
Unicode has two emoji to express male and/or female. These emoji are also used as modifiers for other emoji.
Synopsis
- data BinaryGender
- data Trigender
Gender sign emoji
data BinaryGender Source #
A data type to specify the gender of a person, animal, etc. used in an
emoji. The BinaryGender
items are an instance of UnicodeText
that maps to the
female and male emoji. Often the corresponding codepoints are used
to annotate something as male/female.
Instances
A data type that, besides Male
and Female
can also represent a Transgender
.
Binary BinaryGender | Specify a binary gender which is female or male. |
Transgender | A value that specifies a transgender, this is denoted with ⚧️. |