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