<tutorialjinni.com/>

HTML Cross mark Code

HTML Code &#10060;
CSS3 Code \274C
HTML Entity  
Hex Code &#x274C
UNICODE U+274C
URL %26%2310060%3B
Category Misc Symbols Codes

Usage Examples


To use Cross mark in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
    span {
      content: "\274C";
    }
</style>
To use Cross mark in in-line HTML code you can use it "as it is" but, it is recommend that Cross mark should be used like the following example code. Because it help in assigning special CSS to it.
    <!-- html usage -->
    <i>&#10060;</i>
In order to send Cross mark via a HTML form or via a query string it should be properly encoded. Following is the URL encoded format of Cross mark. Do not forget to Decode it on the server side.
    https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-cross-mark-code=%26%2310060%3B