| Nombre del símbolo | Latin Letter Small Capital F |
| Versión Unicode | 5.1 |
| Unicode | U+A730 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin letter small capital f en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Letter Small Capital F en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A730 |
| Código hexadecimal | 0xA730 |
| Código HTML | ꜰ |
| LaTeX | \text{LATINLETTERSMALLCAPITALF} |
| Símbolo | ꜰ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%B0 |
| Nombre oral / lector de pantalla | Latin Letter Small Capital F |