HTML Entity/Symbol:(COLON )

:
Copy this symbol

COLON

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

:
:
U+0003A
\003a
:

HTML Examples

Using HTML Code value in HTML file

<span> &#58; </span>

Using HTML Entity value in HTML file

<span> &colon; </span>

CSS Example

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

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