;

Semicolon

If you have ever needed a ; Semicolon Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ; Symbol to Clipboard

Semicolon Codes

;

U+0003B

Unicode

;

&#x3b;

Hex Code

;

&#59;

HTML Code

;

;

HTML Entity

;

\003B

CSS Code

Semicolon Code Examples

HTML Example

<span> &#59; </span>

CSS Example

span {
   content: "\003B";
}

Symbol Copied!