Script Capital P Symbol ℘
℘
Copy to Clipboard
Script Capital P Symbol Information
Symbol Name | Script Capital P |
Unicode Version | 1.1 (June 1993) |
Unicode | U+2118 |
CSS Code | \2118 |
HTML Entity | ℘ |
Hex Code | ℘ |
HTML Code | ℘ |
Script Capital P Symbol Encoding
UTF-8 | 0xE2 0x84 0x98 |
UTF-16 | 0x2118 |
UTF-32 | 0x00002118 |
Table of contents
- Script Capital P PNG and SVG files
- How to type script capital p on Microsoft Word
- How to type script capital p on Microsoft Windows
- How to type script capital p on Mac OS
- How to type script capital p on Linux
- How to type script capital p on IOS and Android
- How to use script capital p in CSS
- How to use script capital p in HTML
- Script Capital P representation in programming languages
Script Capital P symbol's PNG and SVG files
How to add script capital p symbol via keyboard on different Operating systems
You can type the script capital p on most modern devices with the help of following methods:
How to type script capital p symbol on Microsoft Word
You can type the script capital p 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 1 8
- Without moving the cursor press keys Alt + x together
- The original 2 1 1 8 is now transformed into ℘
How to type script capital p symbol on Microsoft Windows
You can type the script capital p on Microsoft windows using following steps:
- Hold Alt and press to type script capital p on your windows machine.
How to type script capital p symbol on Mac OS
You can type the script capital p 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 “Script Capital P” 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 script capital p symbol on Linux
You can type the script capital p 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 1 8 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type script capital p symbol on IOS and Android
The easiest way to type the script capital p on ios and android is to copy and paste it wherever you need it.
How to use script capital p in CSS
Copy
// css example
span {
content: "\2118";
}
How to type script capital p in HTML
Copy
// html example
<span>℘</span>
Script Capital P symbol representation in programming languages
script capital p's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{2118} |
Ruby | \u{2118} |
Python | \u2118 |
PHP | \u{2118} |
Perl | "\x{2118}" |
Java | \u2118 |
Modern JavaScript - Since ES6 | \u{2118} |
JavaScript | \u2118 |
Go | \u2118 |
C# | \u2118 |
C and C++ | \u2118 |
Bash and Zsh - inside echo -e | \u2118 |
RFC 5137 | \u'2118' |