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 SMALL LETTER MU
Overview
μ (GREEK SMALL LETTER MU) is the Unicode character at code point U+03BC. It belongs to the Greek and Coptic block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03BC | |
| decimal | 956 | |
| htmldecimal | μ | |
| htmlhex | μ | |
| css | \03BC | |
| javascript | \u{3BC} | |
| python | \u03bc | |
| java | \u03BC | |
| go | \u03BC | |
| ruby | \u{3BC} | |
| rust | \u{3BC} | |
| ccpp | \u03bc | |
| urlencoded | %CE%BC | |
| utf8bytes | ce bc | |
| utf16bebytes | 03 bc | |
| utf32bebytes | 00 00 03 bc |
How to Use
HTML:
μ
CSS:
content: "\03BC"
JavaScript:
"\u{3BC}"
Python:
"\u03bc"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the μ character (GREEK SMALL LETTER MU)?
μ (GREEK SMALL LETTER MU) is the Unicode character U+03BC.
What is the Unicode codepoint of GREEK SMALL LETTER MU?
The GREEK SMALL LETTER MU character (μ) has codepoint U+03BC.
How do I type or copy GREEK SMALL LETTER MU?
Copy μ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.