Greek Capital Reversed Dotted Lunate Sigma Symbol vs Greek Small Letter Mu
VS
Property Comparison
| Property | Ͽ 03FF | μ 03BC |
|---|---|---|
| Name | Greek Capital Reversed Dotted Lunate Sigma Symbol | Greek Small Letter Mu |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Grek |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 03FF | 03BC |
|---|---|---|
| Unicode | U+03FF | U+03BC |
| HTML Decimal | Ͽ | μ |
| HTML Hex | Ͽ | μ |
| CSS | \03FF | \03BC |
| JavaScript | \u{3FF} | \u{3BC} |
| Python | \u03ff | \u03bc |
| UTF-8 | cf bf | ce bc |
How to Distinguish
Both Greek Capital Reversed Dotted Lunate Sigma Symbol and Greek Small Letter Mu belong to the Greek Letters category and the Greek and Coptic block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.