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
FULLWIDTH LATIN CAPITAL LETTER F
Overview
F (FULLWIDTH LATIN CAPITAL LETTER F) is the Unicode character at code point U+FF26. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF26 | |
| decimal | 65318 | |
| htmldecimal | F | |
| htmlhex | F | |
| css | \FF26 | |
| javascript | \u{FF26} | |
| python | \uff26 | |
| java | \uFF26 | |
| go | \uFF26 | |
| ruby | \u{FF26} | |
| rust | \u{FF26} | |
| ccpp | \uff26 | |
| urlencoded | %EF%BC%A6 | |
| utf8bytes | ef bc a6 | |
| utf16bebytes | ff 26 | |
| utf32bebytes | 00 00 ff 26 |
How to Use
HTML:
F
CSS:
content: "\FF26"
JavaScript:
"\u{FF26}"
Python:
"\uff26"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0046
Frequently Asked Questions
What is the F character (FULLWIDTH LATIN CAPITAL LETTER F)?
F (FULLWIDTH LATIN CAPITAL LETTER F) is the Unicode character U+FF26.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER F?
The FULLWIDTH LATIN CAPITAL LETTER F character (F) has codepoint U+FF26.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER F?
Copy F directly, or use the HTML entity, UTF-8, and code encodings shown on this page.