Greek Capital Letter Phi
Greek capital letter phi is Unicode code point U+03A6, written Φ. Copy it with the button below and paste it anywhere text goes; the code table further down covers HTML, CSS, JavaScript and, where one exists, a Windows alt code.
| Symbol | Φ | |
|---|---|---|
| Unicode | U+03A6 | |
| Name | Greek Capital Letter Phi | |
| HTML (named) | Φ | |
| HTML (decimal) | Φ | |
| HTML (hex) | Φ | |
| CSS content | \03A6 | |
| JavaScript / JSON | \u03A6 | |
| UTF-8 bytes | 0xCE 0xA6 | |
| UTF-16 units | 0x03A6 |
How to type the greek capital letter phi 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: "\03A6"in a::beforeor::afterrule. - JavaScript: the escape
\u03A6produces this character in a string.
Frequently asked questions
How do I copy the greek capital letter phi 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 phi?
The greek capital letter phi has the Unicode code point U+03A6. In HTML you can write it as Φ or Φ, or with the named entity Φ.
Can I use the greek capital letter phi symbol in HTML and CSS?
Yes. In HTML write Φ or the named entity Φ, and in CSS use content: "\03A6" 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.