Technical information

Symbol
NamePeso sign
Unicode numberU+20B1
CategoryPresently Currency Symbols
DescriptionThe Unicode character ₱, or U+20B1, is known as the "Peso Sign". It falls under the "Currency Symbols" block in the Unicode standard. This character is used to represent the peso, which is the official currency of several countries, most notably the Philippines. The symbol itself is a stylized capital letter P with a horizontal line drawn across the upper loop, giving it the appearance of a P and a horizontal strike. It's a universally recognized sign for the peso currency in international monetary transactions, economics, finance, and business-related documentation.

Encoding

HTML Entity₱
HTML Entity (hex)₱
URL Escape Code%E2%82%B1
UTF-8 (hex)0xE2 0x82 0xB1
UTF-8 (binary)11100010:10000010:10110001
UTF-160x20B1
UTF-320x000020B1

Source Code

C, C++, and Java"\u20B1"
CSS Code\20B1
JavaScript"\u20B1"
Perl\x{20B1}
Python 2u"\u20B1"
Python 3\u20B1
Ruby\u{20B1}

Preview

This Unicode character looks like this ₱ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#8369;</span>

            
span {
    content: "\20B1";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References