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