HTML Entity/Symbolφ(GREEK SMALL LETTER PHI )

φ
Copy this symbol

GREEK SMALL LETTER PHI

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

φ
φ
U+003C6
\03c6
φ

HTML Examples

Using HTML Code value in HTML file

<span> &#966; </span>

Using HTML Entity value in HTML file

<span> &phi; </span>

CSS Example

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

span { 
    content: "\03c6";
}
All HTML Symbols