| Symbol Name | Modifier Letter Small F |
| Unicode Version | 4.1 |
| Unicode | U+1DA0 |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| CSS Code | \1DA0 |
| Hex Code | 0x1DA0 |
| HTML Code | ᶠ |
| LaTeX | \text{MODIFIERLETTERSMALLF} |
| Symbol | ᶠ |
| URL encode (UTF-8 percent) | %E1%B6%A0 |
| Spoken / screen reader name | Modifier Letter Small F |
| UTF-8 | E1 B6 A0 |
| UTF-16 | 1DA0 |
| UTF-32 | 00001DA0 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLF}4\end{document}You can type the modifier letter small f symbol on most modern devices with the help of following methods:
Alt + 7584 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small f", or use Unicode Hex Input with 1DA0.
Ctrl + Shift + U, type 1da0, 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-f::before { content: "\1DA0"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᶠ</span>Modifier Letter Small F symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1DA0' or String.fromCodePoint(7584) |
| Python | '\N{MODIFIER LETTER SMALL F}' or chr(7584) |
| Rust | '\u{1DA0}' |
| C / C++ | UTF-8 source or wchar_t with U+1DA0 |
| Go | string(rune(0x1DA0)) |
| Ruby | "\u{1DA0}" |