Mathematical Bold Small N Symbol
π§ is the mathematical bold small letter n (U+1D427), commonly used in technical typography.
U+1D427
The symbol π§ is a Unicode character from the mathematical bold alphabet. Itβs useful when you need a bold βnβ that matches math-styled text. Copy it directly or use the provided HTML/CSS/JavaScript escapes in your projects.
Mathematical Bold Small N Symbol Meaning
π§ (Unicode U+1D427) is βMATHEMATICAL BOLD SMALL N.β It belongs to the mathematical bold Unicode block, where letters are styled for consistent appearance in equations, formulas, and technical documents. Unlike a regular bold βnβ (which may be font-dependent), this character is a specific Unicode code point designed to render as a mathematical bold small letter. Youβll often see π§ used as a variable or index in math and science writing, especially in contexts where you want the bold math look without relying on styling markup.
Common uses
- β’Representing a bold math variable βnβ in plain text equations
- β’Using in technical notes, papers, and spreadsheets where Unicode math styling is preferred
- β’Labeling parameters or indices (e.g., number n, term n) in rendered text
- β’Creating consistent typography in design mockups for math-heavy interfaces
- β’Copy/pasting into documents and posts that support Unicode math characters
Examples
π§ β Mathematical Bold Small N
- π§Let π§ be a positive integer.
- π§Compute the sum for π§ terms.
- π§For π§ β₯ 1, the sequence is defined.
- π§Index π§ selects the nth element.
- π§The value of π§ determines the result.
Variations
Ready to copy
Technical codes
| Unicode | U+1D427 | |
| HTML Entity | 𝐧 | |
| HTML Code | 𝐧 | |
| CSS | \1D427 |
FAQ
What does the Mathematical Bold Small N symbol mean?
π§ (Unicode U+1D427) is βMATHEMATICAL BOLD SMALL N.β It belongs to the mathematical bold Unicode block, where letters are styled for consistent appearance in equations, formulas, and technical documents. Unlike a regular bold βnβ (which may be font-dependent), this character is a specific Unicode code point designed to render as a mathematical bold small letter. Youβll often see π§ used as a variable or index in math and science writing, especially in contexts where you want the bold math look without relying on styling markup.
What Unicode character is π§?
π§ is MATHEMATICAL BOLD SMALL N with Unicode code point U+1D427.
How do I copy π§ into HTML?
Use the HTML entity 𝐧.
How do I use π§ in CSS or web styling?
You can reference it with the CSS escape \\1D427.
What JavaScript escape can I use for π§?
Use \\u{1D427} in JavaScript.