Quotes
Set of HTML characters Quotes (23 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 | |
---|---|---|---|---|---|
< | < | < | \003C | Less than sign (beginning of tag) | Preview |
> | > | > | \003E | Greater Than (end of tag) | Preview |
« | « | « | \00AB | Left double angle bracket | Preview |
» | » | » | \00BB | Right double angle bracket | Preview |
‹ | ‹ | ‹ | \2039 | Left Angle Single Quote | Preview |
› | › | › | \203A | Right Angle Single Quote | Preview |
" | " | " | \0022 | Double quote | Preview |
′ | ′ | ′ | \2032 | Single stroke | Preview |
″ | - |
″ | \2033 | Double stroke | Preview |
‘ | ‘ | ‘ | \2018 | Left single quote | Preview |
’ | ’ | ’ | \2019 | Right single quote | Preview |
‚ | ‚ | ‚ | \201A | Lower single quote | Preview |
“ | “ | “ | \201C | Left double quotation mark | Preview |
” | ” | ” | \201D | Right double quote | Preview |
„ | „ | „ | \201E | Bottom double quote | Preview |
❜ | - |
❜ | \275C | Fat single upper comma | Preview |
❛ | - |
❛ | \275B | Fat single rotated upper comma | Preview |
' | ' | ' | \0027 | Apostrophe (single quote) | Preview |
¯ | ¯ | ¯ | \00AF | Macron | Preview |
° | ° | ° | \00B0 | Degree | Preview |
´ | ´ | ´ | \00B4 | Accent mark | Preview |
[ | - |
[ | \005B | Left square bracket | Preview |
] | - |
] | \005D | Right bracket | 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