Greek Capital Letter Theta

Θ

Shortcodes

Copy and paste codes for Greek Capital Letter Theta symbol Θ to use in your websites, apps, blogs, and more.

Unicode
U+0398
HTML Code
Θ
HTML Entity
Θ
HEX Code
Θ
CSS Code
\0398
JS/JSON
\u0398
Unix/C/PHP/JAVA
0x0398
URL-encode
%CE%98
copied

Customize Greek Capital Letter Theta Symbol

Customize Θ symbol as you like and download Greek Capital Letter Theta as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Θ
 

How to add Greek Capital Letter Theta symbol in HTML, CSS, and JS?

Insert Θ Greek Capital Letter Theta using HTML

1. Copy-paste Greek Capital Letter Theta directly:
<span>Θ</span>
2. HTML Decimal Code:
<span>&#920;</span>
3. HTML Entity:
<span>&Theta;</span>
4. Hexadecimal Code:
<span>&#x398;</span>
Preview: Θ

Add Greek Capital Letter Theta symbol with CSS

.greek-capital-letter-theta::before {
    content: '\\0398';
}
Preview: Greek Capital Letter Theta

Greek Capital Letter Theta JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-theta').textContent = 'Θ';
2. Unicode Escape for Θ:
document.querySelector('.greek-capital-letter-theta').textContent = '\u0398';
Preview: Θ