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 SMALL LETTER DIGAMMA
Overview
ϝ (GREEK SMALL LETTER DIGAMMA) is the Unicode character at code point U+03DD. It belongs to the Greek and Coptic block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03DD | |
| decimal | 989 | |
| htmldecimal | ϝ | |
| htmlhex | ϝ | |
| css | \03DD | |
| javascript | \u{3DD} | |
| python | \u03dd | |
| java | \u03DD | |
| go | \u03DD | |
| ruby | \u{3DD} | |
| rust | \u{3DD} | |
| ccpp | \u03dd | |
| urlencoded | %CF%9D | |
| utf8bytes | cf 9d | |
| utf16bebytes | 03 dd | |
| utf32bebytes | 00 00 03 dd |
How to Use
HTML:
ϝ
CSS:
content: "\03DD"
JavaScript:
"\u{3DD}"
Python:
"\u03dd"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ϝ character (GREEK SMALL LETTER DIGAMMA)?
ϝ (GREEK SMALL LETTER DIGAMMA) is the Unicode character U+03DD.
What is the Unicode codepoint of GREEK SMALL LETTER DIGAMMA?
The GREEK SMALL LETTER DIGAMMA character (ϝ) has codepoint U+03DD.
How do I type or copy GREEK SMALL LETTER DIGAMMA?
Copy ϝ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.