MICRO SIGN vs GREEK SMALL LETTER MU
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
µ
MICRO SIGN
U+00B5
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
μ
GREEK SMALL LETTER MU
U+03BC
View details →
VS
Property Comparison
| Property | µ U+00B5 | μ U+03BC |
|---|---|---|
| Name | MICRO SIGN | GREEK SMALL LETTER MU |
| Block | Latin-1 Supplement | Greek and Coptic |
| Script | Zyyy | Grek |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+00B5 | U+03BC |
|---|---|---|
| unicode | U+00B5 | U+03BC |
| decimal | 181 | 956 |
| htmldecimal | µ | μ |
| htmlhex | µ | μ |
| css | \00B5 | \03BC |
| javascript | \u{B5} | \u{3BC} |
| python | \u00b5 | \u03bc |
| java | \u00B5 | \u03BC |
| go | \u00B5 | \u03BC |
| ruby | \u{B5} | \u{3BC} |
| rust | \u{B5} | \u{3BC} |
| ccpp | \u00b5 | \u03bc |
| urlencoded | %C2%B5 | %CE%BC |
| utf8bytes | c2 b5 | ce bc |
| utf16bebytes | 00 b5 | 03 bc |
| utf32bebytes | 00 00 00 b5 | 00 00 03 bc |
| htmlentity | µ |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. MICRO SIGN is from the Latin-1 Supplement block (Zyyy script), while GREEK SMALL LETTER MU is from Greek and Coptic (Grek). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.