| Symbol Name | Latin Small Letter Insular F |
| Unicode Version | 5.1 |
| Unicode | U+A77C |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA 9D BC |
| UTF-16 | A77C |
| UTF-32 | 0000A77C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERINSULARF}4\end{document}You can type the latin small letter insular f symbol on most modern devices with the help of following methods:
Alt + 42876 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter insular f", or use Unicode Hex Input with A77C.
Ctrl + Shift + U, type a77c, 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.latin-small-letter-insular-f::before { content: "\A77C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꝼ</span>Latin Small Letter Insular F symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA77C' or String.fromCodePoint(42876) |
| Python | '\N{LATIN SMALL LETTER INSULAR F}' or chr(42876) |
| Rust | '\u{A77C}' |
| C / C++ | UTF-8 source or wchar_t with U+A77C |
| Go | string(rune(0xA77C)) |
| Ruby | "\u{A77C}" |
\A77C |
| Hex Code | 0xA77C |
| HTML Code | ꝼ |
| LaTeX | \text{LATINSMALLLETTERINSULARF} |
| Symbol | ꝼ |
| URL encode (UTF-8 percent) | %EA%9D%BC |
| Spoken / screen reader name | Latin Small Letter Insular F |