Currency

Peso Sign ₱

The peso sign (₱) is the currency symbol for the Philippine peso (PHP). While Mexico and other Latin American countries also use currencies called 'peso,' they typically use the dollar sign ($). The Philippine peso has its own distinct symbol with a double horizontal stroke through the P.

All Representations

Named Entity
₱
Decimal Code
₱
Hex Code
₱
Unicode
U+20B1

Rendered Output

₱ renders as the character shown above

When to Use Peso Sign

Use the peso sign in pricing for the Philippine market, remittance services, and e-commerce platforms serving the Philippines. For Mexican and other Latin American pesos, the dollar sign ($) with the MXN or appropriate currency code is the standard convention.

Try It — HTML Examples

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

About the Peso Sign Entity

The Peso 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 &#8369;, the decimal numeric character reference &#8369;, or the hexadecimal numeric reference &#x20B1;. The character is assigned Unicode code point U+20B1 in the Universal Character Set.

The peso sign (₱) is the currency symbol for the Philippine peso (PHP). While Mexico and other Latin American countries also use currencies called 'peso,' they typically use the dollar sign ($). The Philippine peso has its own distinct symbol with a double horizontal stroke through the P.

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 Peso Sign character in your HTML documents, the named entity &#8369; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8369; and hexadecimal form &#x20B1; 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 peso sign in pricing for the Philippine market, remittance services, and e-commerce platforms serving the Philippines. For Mexican and other Latin American pesos, the dollar sign ($) with the MXN or appropriate currency code is the standard convention.

Related Entities

Explore More HTML Entities

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