About Greek Capital Letter Mu
Greek Capital Letter Mu is the Unicode character Μ at codepoint U+039C in the Greek and Coptic block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Greek Capital Letter Mu
To use the Greek Capital Letter Mu symbol (Μ) in HTML, insert the
entity Μ directly into your markup. The decimal entity Μ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\39C';.
In JavaScript and TypeScript the escape '\u039C' evaluates to Μ. In Python source, write '\u039C'.
The character encodes to CE 9C as UTF-8 bytes and 039C as UTF-16 code units. Its decimal codepoint is 924.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.