copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Π'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Π
GREEK CAPITAL LETTER PI
Overview
Π (GREEK CAPITAL LETTER PI) is the Unicode character at code point U+03A0. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03A0 | |
| decimal | 928 | |
| htmldecimal | Π | |
| htmlhex | Π | |
| css | \03A0 | |
| javascript | \u{3A0} | |
| python | \u03a0 | |
| java | \u03A0 | |
| go | \u03A0 | |
| ruby | \u{3A0} | |
| rust | \u{3A0} | |
| ccpp | \u03a0 | |
| urlencoded | %CE%A0 | |
| utf8bytes | ce a0 | |
| utf16bebytes | 03 a0 | |
| utf32bebytes | 00 00 03 a0 |
How to Use
HTML:
Π
CSS:
content: "\03A0"
JavaScript:
"\u{3A0}"
Python:
"\u03a0"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Π character (GREEK CAPITAL LETTER PI)?
Π (GREEK CAPITAL LETTER PI) is the Unicode character U+03A0.
What is the Unicode codepoint of GREEK CAPITAL LETTER PI?
The GREEK CAPITAL LETTER PI character (Π) has codepoint U+03A0.
How do I type or copy GREEK CAPITAL LETTER PI?
Copy Π directly, or use the HTML entity, UTF-8, and code encodings shown on this page.