docs.unity3d.com
    Show / Hide Table of Contents

    Mark

    The <mark> tag adds an overlay on top of the text. You can use it to highlight portions of your text.

    Because markings are overlaid on the text, you have to give them a semitransparent color for the text to show through. You can do this by specifying the color using a hex value that includes Alpha.

    You cannot combine marks. Each tag affects the text between itself and the next <mark> tag or a closing </mark> tag.

    Example:

    Text <mark=#ffff00aa>can be marked with</mark> an overlay.
    


    Marked text

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023