Cent Sign ¢
The cent sign represents one hundredth of a dollar or other base currency unit. It is primarily used in the United States and other dollar-denominated economies. As part of the original Latin-1 character set, it has universal font support. The cent sign has been gradually disappearing from physical keyboards but remains important in digital content.
All Representations
¢¢¢U+00A2Rendered Output
¢ renders as the character shown above
When to Use Cent Sign
Use the cent sign in pricing displays (99¢), financial documents, and retail web content where sub-dollar amounts are expressed in cents. It is more compact than writing '$0.99' and immediately communicates a sub-dollar price point. The entity ensures correct rendering regardless of character encoding.
Try It — HTML Examples
<p>Symbol: ¢</p><p>Symbol: ¢</p><p>Symbol: ¢</p><div title="The Cent Sign: ¢">Hover to see</div>About the Cent Sign Entity
The Cent 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 ¢, the decimal numeric character reference ¢, or the hexadecimal numeric reference ¢. The character is assigned Unicode code point U+00A2 in the Universal Character Set.
The cent sign represents one hundredth of a dollar or other base currency unit. It is primarily used in the United States and other dollar-denominated economies. As part of the original Latin-1 character set, it has universal font support. The cent sign has been gradually disappearing from physical keyboards but remains important in digital content.
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 Cent Sign character in your HTML documents, the named entity ¢ is generally the most readable choice for developers reviewing or maintaining source code. The decimal form ¢ and hexadecimal form ¢ 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 cent sign in pricing displays (99¢), financial documents, and retail web content where sub-dollar amounts are expressed in cents. It is more compact than writing '$0.99' and immediately communicates a sub-dollar price point. The entity ensures correct rendering regardless of character encoding.
Related Entities
Explore More HTML Entities
Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.