| Nome del simbolo | Latin Letter Small Capital F |
| Versione Unicode | 5.1 |
| Unicode | U+A730 |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | EA 9C B0 |
| UTF-16 | A730 |
| UTF-32 | 0000A730 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALF}4\end{document}Puoi digitare il simbolo latin letter small capital f sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Letter Small Capital F nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\A730 |
| Codice esadecimale | 0xA730 |
| Codice HTML | ꜰ |
| LaTeX | \text{LATINLETTERSMALLCAPITALF} |
| Simbolo | ꜰ |
| Codifica URL (percentuale UTF-8) | %EA%9C%B0 |
| Nome parlato / screen reader | Latin Letter Small Capital F |