HTML Entity/Symbolϝ(GREEK SMALL LETTER DIGAMMA )

ϝ
Copy this symbol

GREEK SMALL LETTER DIGAMMA

Click on any of the following code values to copy to clipboard.

ϝ
ϝ
U+003DD
\03dd
ϝ

HTML Examples

Using HTML Code value in HTML file

<span> &#989; </span>

Using HTML Entity value in HTML file

<span> &digamma; </span>

CSS Example

Using CSS content code of the HTML entity &digamma; to specify in a CSS file

span { 
    content: "\03dd";
}
All HTML Symbols