docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Lowercase, Uppercase, and Smallcaps

    The <lowercase>, <uppercase>, <allcaps> and <smallcaps> tags alter the capitalization of your text before rendering. The text in the Text field remains as you entered it.

    • The <lowercase> and <uppercase> tags work as you would expect, converting to all capitals or no capitals before rendering.

    • The <allcaps> tag is functionally identical to <uppercase>.

    • The <smallcaps> tag works like <uppercase>, but also reduces the size of all characters that you entered in lowercase.

    Example:

    <lowercase>Alice and Bob watched TV.</lowercase>
    <uppercase>Alice and Bob watched TV.</uppercase>
    <allcaps>Alice and Bob watched TV.</allcaps>
    <smallcaps>Alice and Bob watched TV.</smallcaps>
    


    Modifying capitalization.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)