Zodiac signs
Set of HTML characters Zodiac signs (12 pcs.) for use on WEB-pages. Upgrade your website to search results using simple conversion enhancement techniques! You can embed symbols directly into HTML, using decimal html-codes or their aliases - mnemonic.
Example: © or ©
<!-- An example of the use of decimal and mnemo code in HTML -->
<p> Example: © or © </p>
And you can also use CSS-properties to display the desired character by its code.
Example: ©
<!-- Example of special character output via CSS properties -->
<p> Example: <span class='copyright'></span> </p>
/* CSS */
.copyright:after{
content: '\00A9';
}
Symbol | Mnemonic | Decimal HTML-code | CSS-code | Description | |
---|---|---|---|---|---|
♈ | - |
♈ | \2648 | Aries | Preview |
♉ | - |
♉ | \2649 | Taurus | Preview |
♊ | - |
♊ | \264A | Twins | Preview |
♋ | - |
♋ | \264B | Crayfish | Preview |
♌ | - |
♌ | \264C | a lion | Preview |
♍ | - |
♍ | \264D | Virgo | Preview |
♎ | - |
♎ | \264E | Libra | Preview |
♏ | - |
♏ | \264F | Scorpio | Preview |
♐ | - |
♐ | \2650 | Sagittarius | Preview |
♑ | - |
♑ | \2651 | Capricorn | Preview |
♒ | - |
♒ | \2652 | Aquarius | Preview |
♓ | - |
♓ | \2653 | Fish | Preview |
Found a mistake in the symbol table? - please report this in the comments below .
Liked the project?
Just share the link to this page with your friends