| Maintainer | hapytexeu+gh@gmail.com |
|---|---|
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Char.Emoji.BloodType
Blood type emoji
A BloodType object used to convert to its unicode equivalent. The
BloodType is also seen as a 2-bit value with the leftmost bit representing
the presence of A antigens and the rightmost the presence of B antigens.
Constructors
| O | The O blood type, with no presence of A and B antigens, denoted by 🅾️. |
| B | The B blood type, with presence of the B antigen, denoted by 🅱️. |
| A | The A blood type, with presence of the A antigen, denoted by 🅰️. |
| AB | The AB blood type, with presence of the A and B antigens, denoted by 🆎. |
Instances
Drop of blood emoji
pattern DropOfBlood :: Char Source #
A emoji that depicts a drop of blood. This looks like 🩸.