Often used
Set of HTML characters Often used (44 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 | |
---|---|---|---|---|---|
☎ | - |
☎ | \260E | Phone | Preview |
✎ | - |
✎ | \270E | Right-down pencil | Preview |
✐ | - |
✐ | \2710 | Right-up pencil | Preview |
❤ | - |
❤ | \2764 | Filled Fat Heart | Preview |
❄ | - |
❄ | \2744 | Snowflake | Preview |
☂ | - |
☂ | \2602 | Umbrella | Preview |
★ | - |
★ | \2605 | Shaded star | Preview |
☹ | - |
☹ | \2639 | Frowning smiley | Preview |
☺ | - |
☺ | \263A | Smiling smiley | Preview |
⚑ | - |
⚑ | \2691 | Filled flag | Preview |
☰ | - |
☰ | \2630 | Trigram | Preview |
✉ | - |
✉ | \2709 | The envelope | Preview |
✖ | - |
✖ | \2716 | Bold multiplication sign | Preview |
✔ | - |
✔ | \2714 | Fat check mark | Preview |
✚ | - |
✚ | \271A | Bold cross | Preview |
♺ | - |
♺ | \267A | Recycling symbol | Preview |
« | « | « | \00AB | Left double angle bracket | Preview |
» | » | » | \00BB | Right double angle bracket | Preview |
& | & | & | \0026 | Ampersand | Preview |
§ | § | § | \00A7 | Paragraph | Preview |
© | © | © | \00A9 | Copyright sign | Preview |
® | ® | ® | \00AE | Registered Trademark Badge | Preview |
° | ° | ° | \00B0 | Degree | Preview |
¹ | ¹ | ¹ | \00B9 | Superscript "1" | Preview |
² | ² | ² | \00B2 | Superscript "2" | Preview |
³ | ³ | ³ | \00B3 | Superscript "3" | Preview |
½ | ½ | ½ | \00BD | A half | Preview |
µ | µ | µ | \00B5 | Micro | Preview |
¶ | ¶ | ¶ | \00B6 | Paragraph mark | Preview |
™ | ™ | ™ | \2122 | Trademark mark | Preview |
• | • | • | \2022 | List marker | Preview |
… | … | … | \2026 | Dots | Preview |
— | — | — | \2014 | Long dash | Preview |
‰ | ‰ | ‰ | \2030 | Promille | Preview |
} | - |
} | \007D | Brace | Preview |
{ | - |
{ | \007B | Left brace | Preview |
= | - |
= | \003D | Equal sign | Preview |
≠ | ≠ | ≠ | \2260 | Inequality sign | Preview |
∑ | ∑ | ∑ | \2211 | N-ary summation | Preview |
@ | - |
@ | \0040 | Dog character | Preview |
[ | - |
[ | \005B | Left square bracket | Preview |
] | - |
] | \005D | Right bracket | Preview |
↺ | - |
↺ | \21BA | Round arrow with a counterclockwise tip | Preview |
⏰ | - |
⏰ | Alarm clock | 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