| Symbolname | Latin Capital Letter Insular F |
| Unicode-Version | 5.1 |
| Unicode | U+A77B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin capital letter insular f auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Capital Letter Insular F in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xA77B |
| HTML-Code | Ꝼ |
| LaTeX | \text{LATINCAPITALLETTERINSULARF} |
| Symbol | Ꝼ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9D%BB |
| Ansagename (Screenreader) | Latin Capital Letter Insular F |