About Modifier Letter Small Phi
Modifier Letter Small Phi is the Unicode character ᶲ at codepoint U+1DB2 in the Phonetic Extensions Supplement block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Modifier Letter Small Phi
To use the Modifier Letter Small Phi 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: '\1DB2';.
In JavaScript and TypeScript the escape '\u1DB2' evaluates to ᶲ. In Python source, write '\u1DB2'.
The character encodes to E1 B6 B2 as UTF-8 bytes and 1DB2 as UTF-16 code units. Its decimal codepoint is 7602.
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.