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 PHI
Overview
Φ (GREEK CAPITAL LETTER PHI) is the Unicode character at code point U+03A6. 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+03A6 | |
| decimal | 934 | |
| htmldecimal | Φ | |
| htmlhex | Φ | |
| css | \03A6 | |
| javascript | \u{3A6} | |
| python | \u03a6 | |
| java | \u03A6 | |
| go | \u03A6 | |
| ruby | \u{3A6} | |
| rust | \u{3A6} | |
| ccpp | \u03a6 | |
| urlencoded | %CE%A6 | |
| utf8bytes | ce a6 | |
| utf16bebytes | 03 a6 | |
| utf32bebytes | 00 00 03 a6 |
How to Use
HTML:
Φ
CSS:
content: "\03A6"
JavaScript:
"\u{3A6}"
Python:
"\u03a6"
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 PHI)?
Φ (GREEK CAPITAL LETTER PHI) is the Unicode character U+03A6.
What is the Unicode codepoint of GREEK CAPITAL LETTER PHI?
The GREEK CAPITAL LETTER PHI character (Φ) has codepoint U+03A6.
How do I type or copy GREEK CAPITAL LETTER PHI?
Copy Φ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.