HTML Entity/Symbol∴(THEREFORE )

Copy this symbol

THEREFORE

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

∴
∴
U+02234
\2234
∴

HTML Examples

Using HTML Code value in HTML file

<span> &#8756; </span>

Using HTML Entity value in HTML file

<span> &there4; </span>

CSS Example

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

span { 
    content: "\2234";
}
All HTML Symbols