HTML Entity/Symbol∀(FOR ALL )

Copy this symbol

FOR ALL

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

∀
∀
U+02200
\2200
∀

HTML Examples

Using HTML Code value in HTML file

<span> &#8704; </span>

Using HTML Entity value in HTML file

<span> &ForAll; </span>

CSS Example

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

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