ϑ
Greek

Greek Theta Symbol ϑ

The Greek theta symbol (ϑ) is a cursive variant of theta used in some mathematical and scientific notation. It is sometimes used to distinguish a variant meaning from the standard theta (θ). The curly form appears in certain physics and mathematics traditions.

All Representations

Named Entity
ϑ
Decimal Code
ϑ
Hex Code
ϑ
Unicode
U+03D1

Rendered Output

ϑ

ϑ renders as the character shown above

When to Use Greek Theta Symbol

Use the theta symbol variant when a mathematical or physics convention requires the cursive theta form. In some notation systems, the standard θ and the variant ϑ carry different meanings. The distinction is important in publications that follow strict typographic conventions.

Try It — HTML Examples

Named entity in text
<p>Symbol: &thetasym;</p>
Decimal reference
<p>Symbol: &#977;</p>
Hex reference
<p>Symbol: &#x3D1;</p>
Inside an HTML attribute
<div title="The Greek Theta Symbol: &thetasym;">Hover to see</div>

About the Greek Theta Symbol Entity

The Greek Theta Symbol character (ϑ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &thetasym;, the decimal numeric character reference &#977;, or the hexadecimal numeric reference &#x3D1;. The character is assigned Unicode code point U+03D1 in the Universal Character Set.

The Greek theta symbol (ϑ) is a cursive variant of theta used in some mathematical and scientific notation. It is sometimes used to distinguish a variant meaning from the standard theta (θ). The curly form appears in certain physics and mathematics traditions.

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 Theta Symbol character in your HTML documents, the named entity &thetasym; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#977; and hexadecimal form &#x3D1; 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 symbol variant when a mathematical or physics convention requires the cursive theta form. In some notation systems, the standard θ and the variant ϑ carry different meanings. The distinction is important in publications that follow strict typographic conventions.

Related Entities

Explore More HTML Entities

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