<tutorialjinni.com/>

HTML Inverted Lazy S Code

HTML Code &#8766;
CSS3 Code \223E
HTML Entity &ac;
Hex Code &#x223E;
UNICODE U+0223E
URL %26%238766%3B
Category HTML Math Equation Symbols Code

Usage Examples


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