| Symbol Name | Greek Small Letter Stigma |
| Unicode Version | 3.0 |
| Unicode | U+03DB |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \03DB |
| Hex Code | 0x03DB |
| HTML Code | ϛ |
| LaTeX | \text{GREEKSMALLLETTERSTIGMA} |
| Symbol | ϛ |
| URL encode (UTF-8 percent) | %CF%9B |
| Spoken / screen reader name | Greek Small Letter Stigma |
| UTF-8 | CF 9B |
| UTF-16 | 03DB |
| UTF-32 | 000003DB |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKSMALLLETTERSTIGMA}4\end{document}You can type the greek small letter stigma symbol on most modern devices with the help of following methods:
Alt + 987 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek small letter stigma", or use Unicode Hex Input with 03DB.
Ctrl + Shift + U, type 03db, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.stigma::before { content: "\03DB"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ϛ</span>Greek Small Letter Stigma symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u03DB' or String.fromCodePoint(987) |
| Python | '\N{GREEK SMALL LETTER STIGMA}' or chr(987) |
| Rust | '\u{03DB}' |
| C / C++ | UTF-8 source or wchar_t with U+03DB |
| Go | string(rune(0x03DB)) |
| Ruby | "\u{03DB}" |