copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Μ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Μ
GREEK CAPITAL LETTER MU
Overview
Μ (GREEK CAPITAL LETTER MU) is the Unicode character at code point U+039C. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+039C | |
| decimal | 924 | |
| htmldecimal | Μ | |
| htmlhex | Μ | |
| css | \039C | |
| javascript | \u{39C} | |
| python | \u039c | |
| java | \u039C | |
| go | \u039C | |
| ruby | \u{39C} | |
| rust | \u{39C} | |
| ccpp | \u039c | |
| urlencoded | %CE%9C | |
| utf8bytes | ce 9c | |
| utf16bebytes | 03 9c | |
| utf32bebytes | 00 00 03 9c |
How to Use
HTML:
Μ
CSS:
content: "\039C"
JavaScript:
"\u{39C}"
Python:
"\u039c"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the Μ character (GREEK CAPITAL LETTER MU)?
Μ (GREEK CAPITAL LETTER MU) is the Unicode character U+039C.
What is the Unicode codepoint of GREEK CAPITAL LETTER MU?
The GREEK CAPITAL LETTER MU character (Μ) has codepoint U+039C.
How do I type or copy GREEK CAPITAL LETTER MU?
Copy Μ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.