<tutorialjinni.com/>

HTML Identical To Code

HTML Code &#8801;
CSS3 Code \2261
HTML Entity &equiv;
Hex Code &#x2261;
UNICODE U+02261
URL %26%238801%3B
Category HTML Math Equation Symbols Code

Usage Examples


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