| Symbol Name | Cyrillic Letter Small Capital El |
| Unicode Version | 4.0 |
| Unicode | U+1D2B |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | E1 B4 AB |
| UTF-16 | 1D2B |
| UTF-32 | 00001D2B |
1\documentclass{article}2\usepackage{pifont}3\text{CYRILLICLETTERSMALLCAPITALEL}4\end{document}You can type the cyrillic letter small capital el symbol on most modern devices with the help of following methods:
Alt + 7467 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "cyrillic letter small capital el", or use Unicode Hex Input with 1D2B.
Ctrl + Shift + U, type 1d2b, 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.cyrillic-letter-small-capital-el::before { content: "\1D2B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᴫ</span>Cyrillic Letter Small Capital El symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1D2B' or String.fromCodePoint(7467) |
| Python | '\N{CYRILLIC LETTER SMALL CAPITAL EL}' or chr(7467) |
| Rust | '\u{1D2B}' |
| C / C++ | UTF-8 source or wchar_t with U+1D2B |
| Go | string(rune(0x1D2B)) |
| Ruby | "\u{1D2B}" |
\1D2B |
| Hex Code | 0x1D2B |
| HTML Code | ᴫ |
| LaTeX | \text{CYRILLICLETTERSMALLCAPITALEL} |
| Symbol | ᴫ |
| URL encode (UTF-8 percent) | %E1%B4%AB |
| Spoken / screen reader name | Cyrillic Letter Small Capital El |