About Modifier Letter Cyrillic En
Modifier Letter Cyrillic En is the Unicode character ᵸ at codepoint U+1D78 in the Phonetic Extensions 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 Cyrillic En
To use the Modifier Letter Cyrillic En 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: '\1D78';.
In JavaScript and TypeScript the escape '\u1D78' evaluates to ᵸ. In Python source, write '\u1D78'.
The character encodes to E1 B5 B8 as UTF-8 bytes and 1D78 as UTF-16 code units. Its decimal codepoint is 7544.
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.