How to type F with accent (ḟ, ƒ, ℉)? Guide with Alt Code

You can type f with accent mark using alt codes, a simple keyboard method available on Windows. Just hold the Alt key and enter the numeric code shown in the table below. The most popular variations of f with accent include ḟ, ƒ, Ƒ, Ḟ, and the Fahrenheit symbol ℉.

Capital letter F connected by dotted lines to five accented variations (ḟ, ƒ, Ƒ, Ḟ, ℉) in pastel circle badges
Maximilian Schmidt By  (Linguistic Expert) Accented F Guide • 4 min read • Updated: 

This guide walks you through every method for typing f with accent marks, including alt codes for Windows, keyboard shortcuts for Mac, and the Unicode values you need for HTML and coding projects. You will also find ready-to-copy symbols and quick answers to common questions.

To learn about other accented letters, here is a dedicated page covering all accented letters of the alphabet, with copy-paste functionality.

F with accent Copy Paste

Below you will find every f with accent symbol ready to use. Simply click on the character you need and it gets copied straight to your clipboard, no typing, no codes, and no extra software required. Paste it wherever you like, in documents, messages, or web forms.

Lowercase f with accent

Capital F with accent

Alt Code for f with accent

Alt codes let you type special characters on Windows using the numeric keypad. For f with accent, this covers f with dot above, f with hook, and even f with degree for the Degree Fahrenheit symbol. Each code works the same way across most Windows programs and browsers.

To type any f with accent character using its alt code, follow the steps below.

  1. Turn on Num Lock on your keyboard.
  2. Place your cursor where you want the symbol to appear.
  3. Press and hold the Alt key.
  4. Type the numeric code from the table below using the numeric keypad.
  5. Release the Alt key and the accented f will appear.
Symbol/MarkAlt Code
ALT 7711
ƒALT 402
ƑALT 401
ALT 7710
ALT 8457

F with dot above (ḟ)

F with dot above comes in two forms, lowercase ḟ and capital Ḟ. This mark shows lenition in traditional Irish orthography, meaning the f sound becomes silent or nearly silent. Scholars and language learners still use it when transcribing Old Irish and Scottish Gaelic manuscripts and texts.

Since the dot marks lenition, ḟ is typically silent or reduced to a light breathy sound, and it carries no independent sound value of its own. In modern spelling, this same function is written as fh instead of the dot.

A common example is the word fear, meaning man in Irish. After certain grammatical triggers such as the possessive mo, meaning my, it becomes ḟear or fhear, showing that the f is no longer pronounced.

F with hook (ƒ)

F with hook exists as lowercase ƒ and capital Ƒ. In linguistics, it represents specific fricative sounds not found in English, and it is used in the orthography of Ewe and related West African languages such as Avatime and Lelemi to distinguish sounds that the standard letter f cannot show.

In Ewe, ƒ represents a voiceless bilabial fricative, a sound made by pushing air between the lips rather than the teeth and lip like the regular f. This makes it phonetically different from the everyday English f sound.

The italic lowercase ƒ is also widely recognized as the florin sign, once used for the Dutch guilder and still seen today for the Aruban florin. In mathematics, the same symbol is sometimes used informally to denote a function.

How to type f with an accent on mac

You can type f with accent characters on Mac using a mix of direct Option key shortcuts and the built-in Unicode Hex Input method. Follow the steps below along with the table to type any version of accented f on your Mac.

  1. Open System Settings, then go to Keyboard and Input Sources.
  2. Click the plus button and add Unicode Hex Input as an input source.
  3. Switch to Unicode Hex Input from the input menu in your menu bar.
  4. Hold the Option key and type the Unicode code shown in the table below.
  5. Release the Option key and the accented f will appear. For the florin sign ƒ, switch back to your normal layout and press Option and F together.
Symbol/MarkMac Keyboard
Option + 1E1F (Unicode Hex Input)
ƒOption + F
ƑOption + 0191 (Unicode Hex Input)
Option + 1E1E (Unicode Hex Input)
Option + 2109 (Unicode Hex Input)

F accent unicode and different programming languages

The table below lists the Unicode value for every f with accent character, along with how to reference each one in HTML, CSS, and programming languages such as JavaScript, Java, and C.

NameSymbol/MarkUnicodeHTML HexHTML DecCSSJS,Java,C
Lowercase letter f with dot aboveU+1E1Fḟḟ\1E1F\u{1E1F}
Lowercase letter f with hookƒU+0192ƒƒ\0192\u{192}
Capital letter F with hookƑU+0191ƑƑ\0191\u{191}
Capital letter F with dot aboveU+1E1EḞḞ\1E1E\u{1E1E}
Degree FahrenheitU+2109℉℉\2109\u{2109}

Conclusion

Typing f with accent no longer needs to be complicated. Whether you prefer alt codes on Windows, keyboard shortcuts on Mac, or Unicode values for your next coding project, this guide covers every method in one place. Bookmark this page for whenever you need to type ḟ, ƒ, Ƒ, Ḟ, or the Degree Fahrenheit symbol quickly.

Frequently Asked Questions

F with dot above, written as ḟ or Ḟ, marks lenition in traditional Irish orthography. It shows that the f sound has become silent due to a grammatical change. Modern Irish spelling often replaces the dot with fh instead, though the dotted form still appears in older or academic texts.

Yes, the lowercase ƒ, or f with hook, is the same character used as the florin sign for currencies like the old Dutch guilder and the Aruban florin. It is also used in African language orthographies such as Ewe, and informally in math to denote a function.

If your keyboard lacks a numeric keypad, turn on Num Lock using the on-screen keyboard, or use a laptop's embedded numeric keys, usually accessed by holding the Fn key. Alternatively, copy the character directly from a reference page like this one and paste it.

The Degree Fahrenheit symbol ℉ has the Unicode value U+2109. In HTML, you can write it using the hex entity ℉ or the decimal entity ℉. In CSS or JavaScript, developers typically reference it using \2109 or \u{2109} respectively, depending on the language.