| Nom du symbole | Modifier Letter Small Open E |
| Version Unicode | 4.0 |
| Unicode | U+1D4B |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| UTF-8 | E1 B5 8B |
| UTF-16 | 1D4B |
| UTF-32 | 00001D4B |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLOPENE}4\end{document}Vous pouvez saisir le symbole modifier letter small open e sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7499 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small open e", or use Unicode Hex Input with 1D4B.
Ctrl + Shift + U, type 1d4b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-small-open-e::before { content: "\1D4B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵋ</span>La représentation du symbole Modifier Letter Small Open E dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1D4B' or String.fromCodePoint(7499) |
| Python | '\N{MODIFIER LETTER SMALL OPEN E}' or chr(7499) |
| Rust | '\u{1D4B}' |
| C / C++ | UTF-8 source or wchar_t with U+1D4B |
| Go | string(rune(0x1D4B)) |
| Ruby | "\u{1D4B}" |
| Code CSS |
\1D4B |
| Code hexadécimal | 0x1D4B |
| Code HTML | ᵋ |
| LaTeX | \text{MODIFIERLETTERSMALLOPENE} |
| Symbole | ᵋ |
| Encodage URL (pourcent UTF-8) | %E1%B5%8B |
| Nom oral / lecteur d’écran | Modifier Letter Small Open E |