HTML Entity/Symbol.(FULL STOP )

.
Copy this symbol

FULL STOP

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

.
.
U+0002E
\002e
.

HTML Examples

Using HTML Code value in HTML file

<span> &#46; </span>

Using HTML Entity value in HTML file

<span> &period; </span>

CSS Example

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

span { 
    content: "\002e";
}
All HTML Symbols