About Greek Small Letter Digamma
Greek Small Letter Digamma is the Unicode character ϝ at codepoint U+03DD in the Greek and Coptic block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Greek Small Letter Digamma
To use the Greek Small Letter Digamma symbol (ϝ) in HTML, insert the
entity ϝ directly into your markup. The decimal entity ϝ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\3DD';.
In JavaScript and TypeScript the escape '\u03DD' evaluates to ϝ. In Python source, write '\u03DD'.
The character encodes to CF 9D as UTF-8 bytes and 03DD as UTF-16 code units. Its decimal codepoint is 989.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.