𝜏
This template returns the Greek letter tau 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>\tau</math>
|
|||
{{tau}}
|
𝜏 | τ | ''τ''
|
{{tau|bold=true}}
|
𝝉 | τ | '''''τ'''''
|
{{tau|noitalic=true}}
|
τ | τ | τ
|
{{tau|noitalic=true|bold=true}}
|
𝛕 | τ | '''τ'''
|
<math>\Tau</math>
|
|||
{{tau|uc=true}}
|
𝛵 | Τ | ''Τ''
|
{{tau|uc=true|bold=true}}
|
𝜯 | Τ | '''''Τ'''''
|
{{tau|uc=true|noitalic=true}}
|
Τ | Τ | Τ
|
{{tau|uc=true|noitalic=true|bold=true}}
|
𝚻 | Τ | '''Τ'''
|
This template displays the Greek letter tau 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 |