| Symbolname | Latin Letter Small Capital F |
| Unicode-Version | 5.1 |
| Unicode | U+A730 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code |
| UTF-8 | EA 9C B0 |
| UTF-16 | A730 |
| UTF-32 | 0000A730 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALF}4\end{document}Sie können das Symbol latin letter small capital f auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 42800 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter small capital f", or use Unicode Hex Input with A730.
Ctrl + Shift + U, type a730, 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-letter-small-capital-f::before { content: "\A730"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜰ</span>Die Darstellung des Symbols Latin Letter Small Capital F in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uA730' or String.fromCodePoint(42800) |
| Python | '\N{LATIN LETTER SMALL CAPITAL F}' or chr(42800) |
| Rust | '\u{A730}' |
| C / C++ | UTF-8 source or wchar_t with U+A730 |
| Go | string(rune(0xA730)) |
| Ruby | "\u{A730}" |
\A730 |
| Hexadezimalcode | 0xA730 |
| HTML-Code | ꜰ |
| LaTeX | \text{LATINLETTERSMALLCAPITALF} |
| Symbol | ꜰ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9C%B0 |
| Ansagename (Screenreader) | Latin Letter Small Capital F |