About Greek Small Letter San
Greek Small Letter San is the Unicode character ϻ at codepoint U+03FB 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 San
To use the Greek Small Letter San 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: '\3FB';.
In JavaScript and TypeScript the escape '\u03FB' evaluates to ϻ. In Python source, write '\u03FB'.
The character encodes to CF BB as UTF-8 bytes and 03FB as UTF-16 code units. Its decimal codepoint is 1019.
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.