HTML Entity/Symbol;(SEMICOLON )

;
Copy this symbol

SEMICOLON

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

;
&#x3b;
U+0003B
\003b
&#59;

HTML Examples

Using HTML Code value in HTML file

<span> &#59; </span>

Using HTML Entity value in HTML file

<span> &semi; </span>

CSS Example

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

span { 
    content: "\003b";
}
All HTML Symbols