Mathematical Script Small L Symbol
π is the Mathematical Script Small L character used in math notation and styling.
U+1D4C1
π (MATHEMATICAL SCRIPT SMALL L) is a Unicode math-style letter. Itβs commonly used when you want an elegant, script-like lowercase L. Below youβll find copy/paste options and technical encodings for the web and code.
Mathematical Script Small L Symbol Meaning
π is a lowercase βLβ in the Mathematical Script style. In typography and math-oriented design, script letters help distinguish symbols that might otherwise look like standard lowercase characters. You may see it in technical writing, equation styling, or when authors want a calligraphic look for a variable name or label. Because itβs a dedicated Unicode character (not just a font transformation), it keeps consistent appearance across systems that support the glyph. Itβs defined in Unicode as βMATHEMATICAL SCRIPT SMALL Lβ (U+1D4C1) and can be referenced directly in HTML, CSS, and JavaScript using the provided escapes.
Common uses
- β’Labeling variables in math-friendly documents and notation
- β’Creating styled lowercase L characters in design mockups
- β’Using in code comments or technical notes where a script-style L is needed
- β’Typography in posters, slides, and infographics for a calligraphic look
- β’Writing equation text in systems that support Unicode math letters
Examples
π β Mathematical Script Small L
- ππ = 2.7 Γ 10β»Β³
- πLet π represent the length of the segment.
- πThe parameter π is fitted from the data.
- πCompute π using the given formula.
- πResult reported for π under condition A.
Variations
Ready to copy
Technical codes
| Unicode | U+1D4C1 | |
| HTML Entity | 𝓁 | |
| HTML Code | 𝓁 | |
| CSS | \1D4C1 |
FAQ
What does the Mathematical Script Small L symbol mean?
π is a lowercase βLβ in the Mathematical Script style. In typography and math-oriented design, script letters help distinguish symbols that might otherwise look like standard lowercase characters. You may see it in technical writing, equation styling, or when authors want a calligraphic look for a variable name or label. Because itβs a dedicated Unicode character (not just a font transformation), it keeps consistent appearance across systems that support the glyph. Itβs defined in Unicode as βMATHEMATICAL SCRIPT SMALL Lβ (U+1D4C1) and can be referenced directly in HTML, CSS, and JavaScript using the provided escapes.
What Unicode character is π?
π is the Unicode character MATHEMATICAL SCRIPT SMALL L, codepoint U+1D4C1.
How can I copy π in HTML?
You can use the HTML entity: 𝓁.
How do I use π in CSS or JavaScript?
CSS escape: \\1D4C1. JavaScript escape: \\u{1D4C1}.
Why use π instead of a normal lowercase βlβ?
Itβs a distinct Unicode math-script glyph, so it preserves a consistent script style without relying on font tricks.