φ
Greek

Greek Small Letter Phi φ

Phi is the twenty-first letter of the Greek alphabet with profound mathematical significance. It represents the golden ratio (φ ≈ 1.618), Euler's totient function, electric potential in physics, and phase angle in signal processing. The golden ratio's appearance in nature, art, and architecture makes phi one of the most culturally significant mathematical symbols.

All Representations

Named Entity
φ
Decimal Code
φ
Hex Code
φ
Unicode
U+03C6

Rendered Output

φ

φ renders as the character shown above

When to Use Greek Small Letter Phi

Use the phi entity in mathematics (golden ratio φ), physics (electric potential, magnetic flux), signal processing (phase angle), and cultural content about the golden ratio in art and design. It is one of the most referenced Greek letters in both technical and popular science writing.

Try It — HTML Examples

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

About the Greek Small Letter Phi Entity

The Greek Small 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 &#966;, or the hexadecimal numeric reference &#x3C6;. The character is assigned Unicode code point U+03C6 in the Universal Character Set.

Phi is the twenty-first letter of the Greek alphabet with profound mathematical significance. It represents the golden ratio (φ ≈ 1.618), Euler's totient function, electric potential in physics, and phase angle in signal processing. The golden ratio's appearance in nature, art, and architecture makes phi one of the most culturally significant mathematical symbols.

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 Small 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 &#966; and hexadecimal form &#x3C6; 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 phi entity in mathematics (golden ratio φ), physics (electric potential, magnetic flux), signal processing (phase angle), and cultural content about the golden ratio in art and design. It is one of the most referenced Greek letters in both technical and popular science writing.

Related Entities

Explore More HTML Entities

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