Stars and snowflakes
Set of HTML characters Stars and snowflakes (15 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 | |
---|---|---|---|---|---|
⚝ | - |
⚝ | \269D | Drawn star | Preview |
❆ | - |
❆ | \2746 | Fatty Angular Snowflake | Preview |
☆ | - |
☆ | \2606 | Open star | Preview |
✪ | - |
✪ | \272A | Unpainted star in shaded circle | Preview |
✫ | - |
✫ | \272B | Filled star with unfilled circle inside | Preview |
✯ | - |
✯ | \272F | Spinning star | Preview |
❉ | - |
❉ | \2749 | Asterisk with spherical endings | Preview |
❋ | - |
❋ | \274B | Oily eight-pointed droplet star propeller | Preview |
✲ | - |
✲ | \2732 | Star with an unpainted center | Preview |
❅ | - |
❅ | \2745 | Trefoil snowflake | Preview |
❄ | - |
❄ | \2744 | Snowflake | Preview |
★ | - |
★ | \2605 | Shaded star | Preview |
✿ | - |
✿ | \273f | Shaded flower | Preview |
⁂ | - |
⁂ | \2042 | Three stars | Preview |
☃ | - |
☃ | \2603 | Snowman | 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