<tutorialjinni.com/>

HTML Nine Code

HTML Code &#57; 9
CSS3 Code \0039
HTML Entity  
Hex Code &#x39;
UNICODE U+00039
URL %26%2357%3B
Category HTML Number Symbols Code

Usage Examples


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