copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ϴ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ϴ
GREEK CAPITAL THETA SYMBOL
Overview
ϴ (GREEK CAPITAL THETA SYMBOL) is the Unicode character at code point U+03F4. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03F4 | |
| decimal | 1012 | |
| htmldecimal | ϴ | |
| htmlhex | ϴ | |
| css | \03F4 | |
| javascript | \u{3F4} | |
| python | \u03f4 | |
| java | \u03F4 | |
| go | \u03F4 | |
| ruby | \u{3F4} | |
| rust | \u{3F4} | |
| ccpp | \u03f4 | |
| urlencoded | %CF%B4 | |
| utf8bytes | cf b4 | |
| utf16bebytes | 03 f4 | |
| utf32bebytes | 00 00 03 f4 |
How to Use
HTML:
ϴ
CSS:
content: "\03F4"
JavaScript:
"\u{3F4}"
Python:
"\u03f4"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0398
Frequently Asked Questions
What is the ϴ character (GREEK CAPITAL THETA SYMBOL)?
ϴ (GREEK CAPITAL THETA SYMBOL) is the Unicode character U+03F4.
What is the Unicode codepoint of GREEK CAPITAL THETA SYMBOL?
The GREEK CAPITAL THETA SYMBOL character (ϴ) has codepoint U+03F4.
How do I type or copy GREEK CAPITAL THETA SYMBOL?
Copy ϴ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.