<tutorialjinni.com/>

HTML Excess Code

HTML Code &#8761;
CSS3 Code \2239
HTML Entity  
Hex Code &#x2239;
UNICODE U+02239
URL %26%238761%3B
Category HTML Math Equation Symbols Code

Usage Examples


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