<tutorialjinni.com/>

HTML Heavy Open Centre Cross Code

HTML Code &#10012;
CSS3 Code \271C
HTML Entity  
Hex Code &#x271C;
UNICODE U+0271C
URL %26%2310012%3B
Category Misc Symbols Codes

Usage Examples


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