Currency signs
Set of HTML characters Currency signs (9 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 | |
---|---|---|---|---|---|
¢ | ¢ | ¢ | \FFE0 | Cent | Preview |
£ | £ | £ | \FFE1 | GBP | Preview |
₽ | - |
͆ | \20BD | Russian ruble | Preview |
¥ | ¥ | ¥ | \00A5 | Yen or yuan | Preview |
€ | € | € | \20AC | Euro | Preview |
$ | - |
$ | \0024 | Dollar | Preview |
₴ | - |
₴ | \20B4 | Hryvnia sign | Preview |
圓 | - |
圓 | \5713 | CNY | Preview |
₸ | - |
₸ | \20B8 | Kazakhstan tenge | 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