θ
Greek

Greek Small Letter Theta θ

Theta is the eighth letter of the Greek alphabet and is one of the most commonly used Greek letters in mathematics and physics. It primarily represents angles in geometry and trigonometry, and appears in spherical coordinates, rotation matrices, and phase angles. In computer science, Θ notation describes tight asymptotic bounds.

All Representations

Named Entity
θ
Decimal Code
θ
Hex Code
θ
Unicode
U+03B8

Rendered Output

θ

θ renders as the character shown above

When to Use Greek Small Letter Theta

Use the theta entity in trigonometry (sin θ, cos θ), physics (angular displacement, phase), and geometry (angle measurements). It is essential for any web content involving angles, rotation, or periodic phenomena. In computer science, use capital theta (Θ) for tight bounds in complexity analysis.

Try It — HTML Examples

Named entity in text
<p>Symbol: &theta;</p>
Decimal reference
<p>Symbol: &#952;</p>
Hex reference
<p>Symbol: &#x3B8;</p>
Inside an HTML attribute
<div title="The Greek Small Letter Theta: &theta;">Hover to see</div>

About the Greek Small Letter Theta Entity

The Greek Small Letter Theta character (θ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &theta;, the decimal numeric character reference &#952;, or the hexadecimal numeric reference &#x3B8;. The character is assigned Unicode code point U+03B8 in the Universal Character Set.

Theta is the eighth letter of the Greek alphabet and is one of the most commonly used Greek letters in mathematics and physics. It primarily represents angles in geometry and trigonometry, and appears in spherical coordinates, rotation matrices, and phase angles. In computer science, Θ notation describes tight asymptotic bounds.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Small Letter Theta character in your HTML documents, the named entity &theta; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#952; and hexadecimal form &#x3B8; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the theta entity in trigonometry (sin θ, cos θ), physics (angular displacement, phase), and geometry (angle measurements). It is essential for any web content involving angles, rotation, or periodic phenomena. In computer science, use capital theta (Θ) for tight bounds in complexity analysis.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.