HTML Entity/Symbolθ(GREEK SMALL LETTER THETA )

θ
Copy this symbol

GREEK SMALL LETTER THETA

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

θ
θ
U+003B8
\03b8
θ

HTML Examples

Using HTML Code value in HTML file

<span> &#952; </span>

Using HTML Entity value in HTML file

<span> &theta; </span>

CSS Example

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

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