Greek Capital Letter Pi
Reach for Π in equations, formulas and technical writing, where a plain keyboard falls short. It is cataloged at Unicode code point U+03A0 in the math set, so it renders the same real text character in every app that supports the font, not a pasted image.
| Symbol | Π | |
|---|---|---|
| Unicode | U+03A0 | |
| Name | Greek Capital Letter Pi | |
| HTML (named) | Π | |
| HTML (decimal) | Π | |
| HTML (hex) | Π | |
| CSS content | \03A0 | |
| JavaScript / JSON | \u03A0 | |
| UTF-8 bytes | 0xCE 0xA0 | |
| UTF-16 units | 0x03A0 |
How to type the greek capital letter pi symbol
- Copy and paste: click the Π at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- HTML: write
Πor the named entityΠin your markup. - CSS: use
content: "\03A0"in a::beforeor::afterrule. - JavaScript: the escape
\u03A0produces this character in a string.
Frequently asked questions
How do I copy the greek capital letter pi symbol?
Click the Π above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for greek capital letter pi?
The greek capital letter pi has the Unicode code point U+03A0. In HTML you can write it as Π or Π, or with the named entity Π.
Can I use the greek capital letter pi symbol in HTML and CSS?
Yes. In HTML write Π or the named entity Π, and in CSS use content: "\03A0" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full math symbols hub, or return to the searchable symbol grid.