Template:Mu
Kaonekelo
𝜇
This template returns the Greek letter mu for use in mathematics. A call to this template will produce characters such as 𝜇, 𝝁 (with |bold=), or 𝛭 (with |uc=).
| Wiki code | Rendered result | Compared to: | which is produced by: |
|---|---|---|---|
<math>\mu</math> |
|||
{{mu}} |
𝜇 | μ | ''μ'' |
{{mu|bold=true}} |
𝝁 | μ | '''''μ''''' |
{{mu|noitalic=true}} |
μ | μ | μ |
{{mu|noitalic=true|bold=true}} |
𝛍 | μ | '''μ''' |
<math>\Mu</math> |
|||
{{mu|uc=true}} |
𝛭 | Μ | ''Μ'' |
{{mu|uc=true|bold=true}} |
𝜧 | Μ | '''''Μ''''' |
{{mu|uc=true|noitalic=true}} |
Μ | Μ | Μ |
{{mu|uc=true|noitalic=true|bold=true}} |
𝚳 | Μ | '''Μ''' |
TemplateData
[kulemba source]This template displays the Greek letter mu for use in mathematical equations.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Uppercase | uc uppercase | Whether or not the character displayed is uppercase. | Unknown | optional |
| No italic | noitalic | Whether or not the character displayed is not italic. | Unknown | optional |
| bold | bold | Whether or not the character displayed is bold face. | Unknown | optional |