HTML Entity/Symbol,(COMMA )

,
Copy this symbol

COMMA

Click on any of the following code values to copy to clipboard.

,
,
U+0002C
\002c
,

HTML Examples

Using HTML Code value in HTML file

<span> &#44; </span>

Using HTML Entity value in HTML file

<span> &comma; </span>

CSS Example

Using CSS content code of the HTML entity &comma; to specify in a CSS file

span { 
    content: "\002c";
}
All HTML Symbols