HTML Entity/Symbol¤(CURRENCY SIGN )

¤
Copy this symbol

CURRENCY SIGN

Click on any of the following code values to copy to clipboard.

¤
¤
U+000A4
\00a4
¤

HTML Examples

Using HTML Code value in HTML file

<span> &#164; </span>

Using HTML Entity value in HTML file

<span> &curren; </span>

CSS Example

Using CSS content code of the HTML entity &curren; to specify in a CSS file

span { 
    content: "\00a4";
}
All HTML Symbols