Mathematical Italic Small Psi Symbol
π is the mathematical italic small psi character used to represent a lowercase Ξ¨ in math and scientific text.
U+1D713
The symbol π is a specific Unicode character: Mathematical Italic Small Psi. Itβs commonly used when you need a lowercase psi styled in an italic mathematical form. You can copy it directly or generate it in HTML/CSS/JavaScript using its Unicode code point.
Mathematical Italic Small Psi Symbol Meaning
π is the Unicode character βMATHEMATICAL ITALIC SMALL PSIβ with code point U+1D713 (HTML entity 𝜓). It denotes a lowercase psi in a math-typography style (italic, mathematical). In practice, itβs used as a variable or label in scientific and mathematical writingβespecially where the italic form of Ο is required for consistent notation. Note that it is distinct from other psi-like characters (such as the standard Greek letter variants), because it has its own dedicated Unicode character and styling intent.
Common uses
- β’Writing math formulas that use an italic lowercase psi variable
- β’Labeling terms in science and engineering documents
- β’Creating consistent mathematical notation in academic notes
- β’Using the symbol in equation editors or typesetting workflows
- β’Formatting symbols in UI or documentation where a math-styled psi is needed
Examples
π (Mathematical Italic Small Psi)
- πLet π(x) be a function of x.
- πEvaluate the expression for π at x = 0.
- πThe variable π represents an unknown parameter.
- πCompute βπ and substitute into the equation.
- πUse π to denote the wavefunction in the model.
Variations
Ready to copy
Technical codes
| Unicode | U+1D713 | |
| HTML Entity | 𝜓 | |
| HTML Code | 𝜓 | |
| CSS | \1D713 |
FAQ
What does the Mathematical Italic Small Psi symbol mean?
π is the Unicode character βMATHEMATICAL ITALIC SMALL PSIβ with code point U+1D713 (HTML entity 𝜓). It denotes a lowercase psi in a math-typography style (italic, mathematical). In practice, itβs used as a variable or label in scientific and mathematical writingβespecially where the italic form of Ο is required for consistent notation. Note that it is distinct from other psi-like characters (such as the standard Greek letter variants), because it has its own dedicated Unicode character and styling intent.
What Unicode character is π?
π is βMATHEMATICAL ITALIC SMALL PSIβ with Unicode code point U+1D713 (HTML entity 𝜓).
How do I copy π into HTML?
You can paste the character directly, or use the HTML entity: 𝜓
How do I include π in CSS?
Using its CSS escape form: \\1D713
How do I create π in JavaScript?
Use the JavaScript escape: \\u{1D713}