Mathematical Sans-serif Bold Small Omicron Symbol
𝝾 (U+1D77E) is the Mathematical Sans-Serif Bold Small Omicron character used in math-style text.
U+1D77E
𝝾 is a Unicode math letter: MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON (U+1D77E). It’s commonly used when you need a bold, sans-serif styled “omicron” in mathematical or typographic contexts. You can copy it directly or reference it in HTML/CSS/JS using the provided code points.
Mathematical Sans-serif Bold Small Omicron Symbol Meaning
The character 𝝾 is part of Unicode’s mathematical alphanumeric symbols. Specifically, it is the “bold small omicron” in the “mathematical sans-serif” style. In practice, it helps match notation where different fonts and weights are used to distinguish variables, vectors, constants, or identifiers. Since it belongs to a math-styled set rather than the standard Greek letter rendering, it typically appears in a consistent, designer-like typographic form when supported by the user’s font. Use it when you want the exact sans-serif bold small omicron look rather than a regular Greek omicron.
Common uses
- •Math notation: distinguish an omicron-like variable with bold sans-serif math styling
- •Academic documents: keep typography consistent across equations and symbols
- •UI/branding in STEM: label parameters or fields using a math-styled character
- •Design mockups: create equation-like visuals with a specific Unicode math glyph
- •Code comments and documentation: mirror the same symbol used in source equations
Examples
𝝾 Mathematical Sans-Serif Bold Small Omicron
- 𝝾𝝾 = 𝜎 + 𝜇
- 𝝾Let 𝝾 represent a parameter.
- 𝝾Compute f(𝝾) for each input value.
- 𝝾The value of 𝝾 increases with t.
- 𝝾Use bold sans-serif math for 𝝾 in the equation.
Variations
Ready to copy
Technical codes
| Unicode | U+1D77E | |
| HTML Entity | 𝝾 | |
| HTML Code | 𝝾 | |
| CSS | \1D77E |
FAQ
What does the Mathematical Sans-serif Bold Small Omicron symbol mean?
The character 𝝾 is part of Unicode’s mathematical alphanumeric symbols. Specifically, it is the “bold small omicron” in the “mathematical sans-serif” style. In practice, it helps match notation where different fonts and weights are used to distinguish variables, vectors, constants, or identifiers. Since it belongs to a math-styled set rather than the standard Greek letter rendering, it typically appears in a consistent, designer-like typographic form when supported by the user’s font. Use it when you want the exact sans-serif bold small omicron look rather than a regular Greek omicron.
What is the Unicode code point for 𝝾?
𝝾 is U+1D77E.
How can I copy 𝝾 into HTML?
Use the HTML entity: 𝝾
How do I reference 𝝾 in CSS?
You can use the CSS escape: \\1D77E
How do I reference 𝝾 in JavaScript?
Use the JavaScript escape: \\u{1D77E}