Peseta sign (₧) is the Currency Symbols character at Unicode U+20A7 (PESETA SIGN). It represents the former Spanish peseta (ESP), now replaced by the euro. There is no named HTML entity; use hex, decimal, UTF-8, or CSS.
Remember
Character ₧
Unicode U+20A7
Named entity none
Hex entity ₧
Decimal ₧
CSS escape \20A7
All numeric and UTF-8 forms produce the same glyph: ₧. Prefer ₧ for portable markup; paste ₧ in UTF-8 when convenient.
Reference
Quick Reference
One table for every form you will actually use.
Form
Code
Where it goes
Named entity
none
Not defined in HTML5
Hex entity
₧
HTML markup
Decimal entity
₧
HTML markup
Direct character
₧
HTML text (UTF-8 default)
CSS escape
\20A7
Stylesheet content
When to Use Which
Situation
Use
Portable HTML without pasting Unicode
₧ or ₧
UTF-8 historical / archive text
Type or paste ₧
Generated text via ::before / ::after
content: "\20A7"
Modern Spanish currency
€ (€)
Peso (different currency)
₱ (U+20B1)
See it
Live Preview
Peseta sign rendered in common contexts.
Glyph₧
Large glyph₧
In a price₧ 1,500
With entitiesHex: ₧ | Decimal: ₧ | Named: none
Related symbols€ (€) · ₱ (peso) · Pts
Code
Complete HTML Example
One page that shows the peseta sign with hex, decimal, direct, and CSS forms. Use View Output or open the live editor.
Hex + Decimal + Direct + CSS
Four ways to produce ₧ in a single document (no named entity).
Using Hex Code: ₧
Using Decimal: ₧
Using Direct Character: ₧
Using CSS Entity: ₧
Price: ₧ 1,500 pesetas
How It Works
1. Hex:U+20A7 → ₧ in HTML. Best portable choice (no named entity).
2. Decimal: same code point as 8359 → ₧. Same glyph.
3. Direct: paste ₧ in a UTF-8 file with <meta charset="UTF-8">.
4. CSS: use \20A7 in content (not an HTML entity). #point::after appends that ₧ after the paragraph text.
5. Named: HTML5 has none — do not invent a name like &peseta;.
Pitfalls & Tips
Common mistakes when working with this currency entity.
No name
Do not invent a named entity
There is no &…; name for U+20A7. Use ₧ or ₧.
Not euro
Historical currency
Spain uses the euro today. Use € for current prices; keep ₧ for historical amounts.
Not peso
₧ vs ₱
Peso (U+20B1) is a different currency family. Do not swap the symbols.
Font
Glyph coverage varies
Some fonts render ₧ as “Pts” style. Provide a fallback or write “pesetas” in words if needed.
CSS vs HTML
Do not mix escapes
\20A7 belongs in CSS. ₧ / ₧ belong in HTML.
UTF-8
Declare charset
If you paste ₧ directly, serve the page as UTF-8 with <meta charset="UTF-8">.
Compatibility
Browser Support
Peseta sign (U+20A7) and its entity forms (₧, ₧, CSS \\20A7) are supported in all mainstream browsers. Glyph availability depends on the font.
✓ Universal support
Peseta Sign (₧)
Prefer ₧, or encode with decimal or CSS escape — same glyph everywhere (when the font has it).
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+20A7 / entitiesFull support
Bottom line: There is no named entity. Prefer ₧ or ₧ in HTML, and \\20A7 only inside CSS content.
Remember
Key Takeaways
Unicode: peseta sign is U+20A7 (decimal 8359), Currency Symbols.
HTML: no named entity — use ₧ or ₧.
CSS: use \20A7 inside content for generated text.
Meaning: historical Spanish peseta — not € or ₱.
One line:U+20A7 → ₧ / ₧ / CSS \20A7 (no named entity).
Frequently Asked Questions
Use ₧ (hex), ₧ (decimal), type ₧ in UTF-8, or the CSS escape \20A7 in content. There is no named HTML entity for U+20A7.
U+20A7 (PESETA SIGN). Hex 20A7, decimal 8359. It belongs to Currency Symbols and represents the former Spanish peseta (ESP).
No. HTML5 does not define a named entity for this character. Prefer ₧ or ₧, or paste ₧ in a UTF-8 document.
Use it for historical Spanish prices, archives, and legacy financial content. Prefer ₧ for portable markup. For modern Spanish currency, use the euro (€).
HTML numeric entities (₧ or ₧) go in markup. The CSS escape \20A7 is used in stylesheets (usually in the content property of ::before/::after). Both render ₧.
₱ (U+20B1) is the peso sign. € (U+20AC, €) is the euro. ₧ is specifically the peseta — do not substitute another currency symbol.
🤔
Did you know?
Peseta sign (₧) is Unicode U+20A7 (decimal 8359) — PESETA SIGN in Currency Symbols. There is no named HTML entity; use ₧, ₧, UTF-8 ₧, or CSS \20A7. The Spanish peseta was replaced by the euro; keep this symbol for historical and archival amounts.