free-symbols
𝜄

Mathematical Italic Small Iota Symbol

𝜄 is the Unicode “MATHEMATICAL ITALIC SMALL IOTA” character used for italic iota in mathematical notation.

U+1D704

𝜄 (U+1D704) is a Unicode character intended for mathematical typography. It’s useful when you need an italic iota-like symbol that matches mathematical styling. Use it anywhere you need consistent copy/paste and developer-friendly escapes.

Mathematical Italic Small Iota Symbol Meaning

𝜄 is the Unicode character named “MATHEMATICAL ITALIC SMALL IOTA” (U+1D704). Like other math-style Greek letters, it’s typically used in formulas, where italicized symbols help distinguish variables, indices, or constants. In practice, you’ll see it in typeset math for readability and consistency with surrounding mathematical characters. For digital workflows, it’s also helpful when you want a stable, copyable glyph rather than relying on font-specific shapes. If you’re writing math in plain text, markdown, or code, you can insert the character directly or use its provided HTML/CSS/JavaScript escapes.

Common uses

  • Typing mathematical expressions that use an italic iota variable
  • Writing plain-text math notes where consistent Unicode symbols matter
  • Preparing document drafts (emails, docs) that later get formatted into equations
  • Labeling variables, indices, or parameters in technical writing
  • Building UI text for math-oriented apps (e.g., notation menus or tooltips)

Examples

𝜄 Mathematical italic small iota

  • 𝜄Let 𝜄 be an index running over all elements.
  • 𝜄We define 𝜄 = (n, k) for our parameterization.
  • 𝜄The value of 𝜄 changes when the dataset updates.
  • 𝜄Consider the sequence 𝜄₁, 𝜄₂, … under iteration.
  • 𝜄In equation (1), 𝜄 denotes the input vector component.

Variations

Ready to copy

Technical codes

UnicodeU+1D704
HTML Entity𝜄
HTML Code𝜄
CSS\1D704

FAQ

What does the Mathematical Italic Small Iota symbol mean?

𝜄 is the Unicode character named “MATHEMATICAL ITALIC SMALL IOTA” (U+1D704). Like other math-style Greek letters, it’s typically used in formulas, where italicized symbols help distinguish variables, indices, or constants. In practice, you’ll see it in typeset math for readability and consistency with surrounding mathematical characters. For digital workflows, it’s also helpful when you want a stable, copyable glyph rather than relying on font-specific shapes. If you’re writing math in plain text, markdown, or code, you can insert the character directly or use its provided HTML/CSS/JavaScript escapes.

What Unicode character is 𝜄?

𝜄 is the “MATHEMATICAL ITALIC SMALL IOTA” character with code point U+1D704.

How can I copy 𝜄 reliably in code?

You can paste the glyph directly as “𝜄”, or use the provided escapes: HTML 𝜄, CSS \\1D704, or JavaScript \\u{1D704}.

Is 𝜄 the same as the regular Greek iota (ι)?

They are different characters. 𝜄 is a math-styled, italic glyph (U+1D704), while ι is the standard Greek small letter iota.

Where is 𝜄 most appropriate to use?

It’s most appropriate in mathematical text—such as equations, variable definitions, and technical writing—when you want italic iota styling that matches math typography.