<tutorialjinni.com/>

HTML Comma Code

HTML Code &#44; ,
CSS3 Code \002C
HTML Entity &comma;
Hex Code &#x2c;
UNICODE U+0002C
URL %26%2344%3B
Category HTML Punctuation Marks Symbols Code

Usage Examples


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