π
Greek

Greek Small Letter Pi π

Pi is the sixteenth letter of the Greek alphabet and one of the most famous mathematical constants. It represents the ratio of a circle's circumference to its diameter (approximately 3.14159). Pi appears throughout mathematics, physics, and engineering in formulas involving circles, spheres, waves, and probability distributions.

All Representations

Named Entity
π
Decimal Code
π
Hex Code
π
Unicode
U+03C0

Rendered Output

π

π renders as the character shown above

When to Use Greek Small Letter Pi

Use the pi entity in mathematical formulas (area = πr², circumference = 2πr), trigonometry, physics (wave equations), and statistics (normal distribution). Pi is perhaps the most universally recognized mathematical symbol and is essential for any web content involving circular or periodic mathematics.

Try It — HTML Examples

Named entity in text
<p>Symbol: &pi;</p>
Decimal reference
<p>Symbol: &#960;</p>
Hex reference
<p>Symbol: &#x3C0;</p>
Inside an HTML attribute
<div title="The Greek Small Letter Pi: &pi;">Hover to see</div>

About the Greek Small Letter Pi Entity

The Greek Small Letter Pi character (π) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &pi;, the decimal numeric character reference &#960;, or the hexadecimal numeric reference &#x3C0;. The character is assigned Unicode code point U+03C0 in the Universal Character Set.

Pi is the sixteenth letter of the Greek alphabet and one of the most famous mathematical constants. It represents the ratio of a circle's circumference to its diameter (approximately 3.14159). Pi appears throughout mathematics, physics, and engineering in formulas involving circles, spheres, waves, and probability distributions.

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 Pi character in your HTML documents, the named entity &pi; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#960; and hexadecimal form &#x3C0; 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 pi entity in mathematical formulas (area = πr², circumference = 2πr), trigonometry, physics (wave equations), and statistics (normal distribution). Pi is perhaps the most universally recognized mathematical symbol and is essential for any web content involving circular or periodic mathematics.

Related Entities

Explore More HTML Entities

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