Turned Capital F Symbol Ⅎ
Ⅎ
Copy to Clipboard
Turned Capital F Symbol Information
Symbol Name | Turned Capital F |
Unicode Version | 1.1 (June 1993) |
Unicode | U+2132 |
CSS Code | \2132 |
Hex Code | Ⅎ |
HTML Code | Ⅎ |
Turned Capital F Symbol Encoding
UTF-8 | 0xE2 0x84 0xB2 |
UTF-16 | 0x2132 |
UTF-32 | 0x00002132 |
Table of contents
- Turned Capital F PNG and SVG files
- How to type turned capital f on Microsoft Word
- How to type turned capital f on Microsoft Windows
- How to type turned capital f on Mac OS
- How to type turned capital f on Linux
- How to type turned capital f on IOS and Android
- How to use turned capital f in CSS
- How to use turned capital f in HTML
- Turned Capital F representation in programming languages
Turned Capital F symbol's PNG and SVG files
How to add turned capital f symbol via keyboard on different Operating systems
You can type the turned capital f on most modern devices with the help of following methods:
How to type turned capital f symbol on Microsoft Word
You can type the turned capital f on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 1 3 2
- Without moving the cursor press keys Alt + x together
- The original 2 1 3 2 is now transformed into Ⅎ
How to type turned capital f symbol on Microsoft Windows
You can type the turned capital f on Microsoft windows using following steps:
- Hold Alt and press to type turned capital f on your windows machine.
How to type turned capital f symbol on Mac OS
You can type the turned capital f on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type “Turned Capital F” in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text
How to type turned capital f symbol on Linux
You can type the turned capital f on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 2 1 3 2 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type turned capital f symbol on IOS and Android
The easiest way to type the turned capital f on ios and android is to copy and paste it wherever you need it.
How to use turned capital f in CSS
Copy
// css example
span {
content: "\2132";
}
How to type turned capital f in HTML
Copy
// html example
<span>Ⅎ</span>
Turned Capital F symbol representation in programming languages
turned capital f's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{2132} |
Ruby | \u{2132} |
Python | \u2132 |
PHP | \u{2132} |
Perl | "\x{2132}" |
Java | \u2132 |
Modern JavaScript - Since ES6 | \u{2132} |
JavaScript | \u2132 |
Go | \u2132 |
C# | \u2132 |
C and C++ | \u2132 |
Bash and Zsh - inside echo -e | \u2132 |
RFC 5137 | \u'2132' |