,

Technical information

Symbol,
NameComma
Unicode numberU+002C
CategoryASCII Table2. ASCII punctuation and symbols
DescriptionThe Unicode character ",", or U+002C, is known as the "Comma". It belongs to the "Basic Latin" block and falls under the "Punctuation, Other" category in the Unicode standard. The symbol visually appears as a small curve, facing downwards and to the left. The comma is used in writing as a way to separate parts of a sentence, indicating a pause in speech, separating items in a list, or separating the integral parts of a document, like numbers or letters. Its use is fundamental in both written language and in mathematical notation.

Encoding

HTML Entity,
HTML Entity (hex),
HTML Entity (named),
URL Escape Code%2C
UTF-8 (hex)0x2C
UTF-8 (binary)00101100
UTF-160x002C
UTF-320x0000002C

Source Code

C, C++, and Java"\u002C"
CSS Code\002C
JavaScript"\u002C"
Perl\x{002C}
Python 2u"\u002C"
Python 3\u002C
Ruby\u{002C}

Preview

This Unicode character looks like this , in sentence and in bold like this , and in italic like this ,.

Font size:

,
12px
,
16px
,
20px
,
28px
,
36px
,
48px
,
72px

CSS Property: font-weight

,
100
,
200
,
300
,
400
,
500
,
600
,
700
,
800
,
900

HTML Forms and Input

input
disabled input
,
input-group
select
button
button

Code examples in HTML and CSS

<span>&#44;</span>

            
span {
    content: "\002C";
}

The symbol in different fonts

,
-apple-system
,
Apple Color Emoji
,
Arial
,
BlinkMacSystemFont
,
Courier New
,
Georgia
,
Droid Sans
,
Helvetica
,
Noto Sans
,
Oxygen
,
Roboto
,
"Segoe UI"
,
sans-serif
,
Segoe UI Emoji
,
Segoe UI Symbol
,
system-ui
,
Times New Roman
,
Ubuntu
,
Verdana

References