| Nom du symbole | Latin Letter Small Capital F |
| Version Unicode | 5.1 |
| Unicode | U+A730 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin letter small capital f sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Letter Small Capital F dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A730 |
| Code hexadécimal | 0xA730 |
| Code HTML | ꜰ |
| LaTeX | \text{LATINLETTERSMALLCAPITALF} |
| Symbole | ꜰ |
| Encodage URL (pourcent UTF-8) | %EA%9C%B0 |
| Nom oral / lecteur d’écran | Latin Letter Small Capital F |