;

Technical information

Symbol;
NameSemicolon
Unicode numberU+003B
CategoryASCII Table4. ASCII punctuation and symbols
DescriptionThe Unicode character ;, or U+003B, is known as the "Semicolon". It is part of the "Basic Latin" block and the "Punctuation, Other" category in the Unicode standard. The semicolon is used in written language to connect closely related ideas within a single sentence or to separate items of a list when the items themselves contain commas. It provides a pause that is longer than a comma but shorter than a full stop (or period). In computer programming, semicolons are often used to separate statements or to indicate the end of a statement, depending on the language.

Encoding

HTML Entity&#59;
HTML Entity (hex)&#x3B;
HTML Entity (named);
URL Escape Code%3B
UTF-8 (hex)0x3B
UTF-8 (binary)00111011
UTF-160x003B
UTF-320x0000003B

Source Code

C, C++, and Java"\u003B"
CSS Code\003B
JavaScript"\u003B"
Perl\x{003B}
Python 2u"\u003B"
Python 3\u003B
Ruby\u{003B}

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>&#59;</span>

            
span {
    content: "\003B";
}

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