Greek Capital Letter Mu

Μ

Shortcodes

Copy and paste codes for Greek Capital Letter Mu symbol Μ to use in your websites, apps, blogs, and more.

Unicode
U+039C
HTML Code
Μ
HEX Code
Μ
CSS Code
\039C
JS/JSON
\u039C
Unix/C/PHP/JAVA
0x039C
URL-encode
%CE%9C
copied

Customize Greek Capital Letter Mu Symbol

Customize Μ symbol as you like and download Greek Capital Letter Mu as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Μ
 

How to add Greek Capital Letter Mu symbol in HTML, CSS, and JS?

Insert Μ Greek Capital Letter Mu using HTML

1. Copy-paste Greek Capital Letter Mu directly:
<span>Μ</span>
2. HTML Decimal Code:
<span>&#924;</span>
3. Hexadecimal Code:
<span>&#x39C;</span>
Preview: Μ

Add Greek Capital Letter Mu symbol with CSS

.greek-capital-letter-mu::before {
    content: '\\039C';
}
Preview: Greek Capital Letter Mu

Greek Capital Letter Mu JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-mu').textContent = 'Μ';
2. Unicode Escape for Μ:
document.querySelector('.greek-capital-letter-mu').textContent = '\u039C';
Preview: Μ