Φ
Greek

Greek Capital Letter Phi Φ

Greek capital phi (Φ) has a distinctive circle-with-vertical-line shape and is widely used in science. It represents magnetic flux in electromagnetism, the cumulative distribution function of the normal distribution in statistics, and the work function in quantum mechanics.

All Representations

Named Entity
Φ
Decimal Code
Φ
Hex Code
Φ
Unicode
U+03A6

Rendered Output

Φ

Φ renders as the character shown above

When to Use Greek Capital Letter Phi

Use the capital phi entity in physics (magnetic flux Φ), statistics (normal CDF Φ(x)), and quantum mechanics (work function). Its distinctive shape makes it immediately recognizable as a Greek letter, and it is one of the most commonly used uppercase Greek letters in scientific notation.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Phi;</p>
Decimal reference
<p>Symbol: &#934;</p>
Hex reference
<p>Symbol: &#x3A6;</p>
Inside an HTML attribute
<div title="The Greek Capital Letter Phi: &Phi;">Hover to see</div>

About the Greek Capital Letter Phi Entity

The Greek Capital Letter Phi character (Φ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Phi;, the decimal numeric character reference &#934;, or the hexadecimal numeric reference &#x3A6;. The character is assigned Unicode code point U+03A6 in the Universal Character Set.

Greek capital phi (Φ) has a distinctive circle-with-vertical-line shape and is widely used in science. It represents magnetic flux in electromagnetism, the cumulative distribution function of the normal distribution in statistics, and the work function in quantum mechanics.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Capital Letter Phi character in your HTML documents, the named entity &Phi; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#934; and hexadecimal form &#x3A6; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the capital phi entity in physics (magnetic flux Φ), statistics (normal CDF Φ(x)), and quantum mechanics (work function). Its distinctive shape makes it immediately recognizable as a Greek letter, and it is one of the most commonly used uppercase Greek letters in scientific notation.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.