✦free-symbols
𝐧

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

UnicodeU+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.