¤
Currency

Currency Sign ¤

The generic currency sign (¤) is a character used to denote an unspecified currency when the specific currency symbol is unavailable or when referring to currency in general. It is shaped as a circle with four short lines radiating from the corners. While rarely seen in modern usage, it remains part of the Latin-1 standard.

All Representations

Named Entity
¤
Decimal Code
¤
Hex Code
¤
Unicode
U+00A4

Rendered Output

¤

¤ renders as the character shown above

When to Use Currency Sign

Use the generic currency sign as a placeholder in financial software when the actual currency symbol is unknown, in documentation describing currency handling in general terms, or as a fallback when a specific currency symbol cannot be rendered. Most modern applications use ISO 4217 currency codes instead.

Try It — HTML Examples

Named entity in text
<p>Symbol: &curren;</p>
Decimal reference
<p>Symbol: &#164;</p>
Hex reference
<p>Symbol: &#xA4;</p>
Inside an HTML attribute
<div title="The Currency Sign: &curren;">Hover to see</div>

About the Currency Sign Entity

The Currency Sign character (¤) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &curren;, the decimal numeric character reference &#164;, or the hexadecimal numeric reference &#xA4;. The character is assigned Unicode code point U+00A4 in the Universal Character Set.

The generic currency sign (¤) is a character used to denote an unspecified currency when the specific currency symbol is unavailable or when referring to currency in general. It is shaped as a circle with four short lines radiating from the corners. While rarely seen in modern usage, it remains part of the Latin-1 standard.

Currency symbol entities are essential for e-commerce platforms, financial dashboards, and any web content that displays monetary values across different markets. Using the correct HTML entity or Unicode code point ensures that currency symbols render consistently regardless of the visitor's operating system, installed fonts, or browser configuration. For international websites, properly encoded currency entities enable accurate localization of prices and financial data.

When deciding how to encode the Currency Sign character in your HTML documents, the named entity &curren; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#164; and hexadecimal form &#xA4; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the generic currency sign as a placeholder in financial software when the actual currency symbol is unknown, in documentation describing currency handling in general terms, or as a fallback when a specific currency symbol cannot be rendered. Most modern applications use ISO 4217 currency codes instead.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.