Other
Set of HTML characters Other (25 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 | |
---|---|---|---|---|---|
⚓ | - |
⚓ | \2693 | Anchor | Preview |
☎ | - |
☎ | \260E | Phone | Preview |
☕ | - |
☕ | \2615 | Hot drinks | Preview |
⚜ | - |
⚜ | \269C | Heraldic lily | Preview |
✆ | - |
✆ | \2706 | Phone sign | Preview |
☭ | - |
☭ | \262D | Hammer and sickle | Preview |
⚑ | - |
⚑ | \2691 | Filled flag | Preview |
⚐ | - |
⚐ | \2690 | Empty flag | Preview |
✿ | - |
✿ | \273f | Shaded flower | Preview |
❀ | - |
❀ | \2740 | Open flower | Preview |
✾ | - |
✾ | \273E | Flower with six petals | Preview |
❁ | - |
❁ | \2741 | Shaded circled flower | Preview |
❂ | - |
❂ | \2742 | Dot flower | Preview |
❦ | - |
❦ | \2766 | Flower heart | Preview |
⚛ | - |
⚛ | \269B | Atom symbol | Preview |
❑ | - |
❑ | \2751 | Unpainted square with lower right shadow | Preview |
❒ | - |
❒ | \2752 | Unpainted square with upper right shadow | Preview |
◐ | - |
◐ | \25D0 | Circle with left half painted | Preview |
◑ | - |
◑ | \25D1 | Circle with half-painted right | Preview |
☻ | - |
☻ | \263B | Painted smiley face | Preview |
ƒ | ƒ | ƒ | \0192 | Florin sign | Preview |
‾ | ‾ | ‾ | \203E | Overline | Preview |
– | – | – | \2013 | Middle dash | Preview |
— | — | — | \2014 | Long dash | Preview |
¦ | ¦ | ¦ | Vertical dotted line | 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