# Rotate Use the `` tag to rotate each character about its center. Specify the amount of rotation in degrees. Positive values rotate characters counter-clockwise. Negative values rotate them clockwise. Rotation affects the spacing between characters, and may cause characters to overlap in some cases. Use the [``](RichTextCharacterSpacing) tag to correct character spacing as needed. **Example:** ``` Rotate text counter-clockwise or clockwise ``` ![Example image](../images/TMP_RichTextRotate.png)
_Text rotated counter-clockwise (left) and clockwise (right)_ ``` Rotate text counter-clockwise ``` ![Example image](../images/TMP_RichTextRotateOverlap.png)
_More rotation makes it more likely that characters overlap_ ``` Rotate text counter-clockwise ``` ![Example image](../images/TMP_RichTextRotateOverlapCorrected.png)
_The `` tag adjusts character spacing, and can help correct overlap caused by rotation_