free-symbols

Modifier Letter Capital F Letter

ꟳ is the Unicode character MODIFIER LETTER CAPITAL F (U+A7F3) from Latin Extended.

U+A7F3

ꟳ is a Latin Extended character identified as MODIFIER LETTER CAPITAL F. It’s useful when you need a specific typographic or encoding match rather than a similar-looking “F”. You can copy it directly or use its Unicode code point in HTML and programming.

Modifier Letter Capital F Letter Meaning

ꟳ is a specific Unicode character in the Latin Extended block, named “MODIFIER LETTER CAPITAL F” with code point U+A7F3. The “modifier letter” naming indicates it behaves as its own distinct character, not just a stylized “F”. Because it has a dedicated code point, it’s commonly used for text that requires exact character identity—such as typographic mockups tied to a particular font set, specialist writing systems, symbol collections, or encoding/escaping tasks in software. If you replace it with a normal “F”, you may lose fidelity in rendering, searching, or interoperability.

Common uses

  • Copy/paste for exact typography where a special Latin Extended character is required
  • Displaying or documenting Unicode characters with precise code point references
  • Using in UI mockups or design systems that depend on exact glyph choice
  • Preparing multilingual text resources where character identity must be preserved
  • Embedding the character using Unicode escapes in code for consistent rendering

Examples

ꟳ Modifier Letter Capital F

  • Select ꟳ to compare glyph differences across fonts.
  • Unicode U+A7F3: ꟳ
  • The label includes ꟳ for the modifier letter form.
  • Use the HTML entity ꟳ to output ꟳ.
  • In JavaScript, log: \u0004 \u0007A7F3 ꟳ

Variations

Technical codes

UnicodeU+A7F3
HTML Entityꟳ
HTML Codeꟳ
CSS\A7F3

FAQ

What does the Modifier Letter Capital F letter mean?

ꟳ is a specific Unicode character in the Latin Extended block, named “MODIFIER LETTER CAPITAL F” with code point U+A7F3. The “modifier letter” naming indicates it behaves as its own distinct character, not just a stylized “F”. Because it has a dedicated code point, it’s commonly used for text that requires exact character identity—such as typographic mockups tied to a particular font set, specialist writing systems, symbol collections, or encoding/escaping tasks in software. If you replace it with a normal “F”, you may lose fidelity in rendering, searching, or interoperability.

What is the Unicode code point for ꟳ?

ꟳ is U+A7F3.

How do I write ꟳ in HTML?

Use the HTML entity ꟳ.

What are the common escape forms for ꟳ in code?

CSS escape: \\A7F3. JavaScript escape: \\u{A7F3}.

Is ꟳ the same as a normal capital “F”?

No. ꟳ is a distinct Unicode character (MODIFIER LETTER CAPITAL F), so it may look different and will not be identical for searching or encoding.