Math & Science
π

Greek Small Letter Pi (π)

The mathematical constant representing the ratio of a circle's circumference to its diameter (approximately 3.14159).

One-Click Copyable Code Formats

HTML Named Entity
π
HTML Decimal Code
π
HTML Hex Code
π
CSS content (\XXXX)
\03C0
JavaScript Unicode (\uXXXX)
\u03C0
URL Percent Encoded
%CF%80

Real-World Implementation Snippets

HTML5 Document
<p>Example: &pi;</p>
CSS ::before / ::after
.badge::before { content: '\03C0 '; }
React JSX / TypeScript
<span>{"\u03C0"}</span>
Frequently Asked Questions

Greek Small Letter Pi (π) HTML Entity FAQ

Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.

The standard HTML named entity is "&pi;". If using numeric codes, you can use the decimal code "&#960;" or hex code "&#x3C0;".