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