copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('F'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
F
LATIN CAPITAL LETTER F
Overview
F (LATIN CAPITAL LETTER F) is the Unicode character at code point U+0046. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0046 | |
| decimal | 70 | |
| htmldecimal | F | |
| htmlhex | F | |
| css | \0046 | |
| javascript | \u{46} | |
| python | \u0046 | |
| java | \u0046 | |
| go | \u0046 | |
| ruby | \u{46} | |
| rust | \u{46} | |
| ccpp | \u0046 | |
| urlencoded | F | |
| utf8bytes | 46 | |
| utf16bebytes | 00 46 | |
| utf32bebytes | 00 00 00 46 |
How to Use
HTML:
F
CSS:
content: "\0046"
JavaScript:
"\u{46}"
Python:
"\u0046"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the F character (LATIN CAPITAL LETTER F)?
F (LATIN CAPITAL LETTER F) is the Unicode character U+0046.
What is the Unicode codepoint of LATIN CAPITAL LETTER F?
The LATIN CAPITAL LETTER F character (F) has codepoint U+0046.
How do I type or copy LATIN CAPITAL LETTER F?
Copy F directly, or use the HTML entity, UTF-8, and code encodings shown on this page.