How to type ₅ on Windows
The fastest method on a full-size keyboard is the Alt code Alt+8325.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 8325 on the numeric keypad (the number row will not work).
- Release Alt. The subscript five symbol ₅ appears.
Note: Alt+8325 is a Unicode decimal code, not a classic code-page Alt code. It works in Microsoft Word, WordPad and some other apps, but not in Notepad or most browsers. In those apps, copy the symbol from this page instead.
No numeric keypad?
Press Win+. to open the emoji panel, choose the Symbols tab (Ω) and search for "subscript five". Or open Character Map from the Start menu, find ₅, click Select, then Copy.
How to type ₅ on a Mac
There is no direct keyboard shortcut for ₅ on a Mac.
For any symbol, the Character Viewer works: press Control+⌘+Space, type "subscript five" in the search box and double-click the result. It will be remembered under Frequently Used.
How to type ₅ on iPhone and iPad
The iOS keyboard does not include ₅, so the reliable way is to copy it from this page, then press and hold in any text field and tap Paste.
If you use it often, create a shortcut: open Settings → General → Keyboard → Text Replacement, paste ₅ in the Phrase field and type a short code such as ;subscript in the Shortcut field. Typing that code will then insert ₅ anywhere.
How to type ₅ on Android
Copy the symbol from this page, then long-press in a text field and choose Paste. Gboard also keeps a clipboard history: tap the clipboard icon on the toolbar to paste it again later.
For a permanent shortcut, open Gboard settings → Dictionary → Personal dictionary, add ₅ as the word and a short code as the shortcut.
How to type ₅ in Microsoft Word
- Type the Unicode hex code 2085 where you want the symbol.
- Press Alt+X. Word converts the code into ₅.
This works on Windows in Word, Outlook and OneNote and needs no numeric keypad. You can also go to Insert → Symbol → More Symbols, set the font to a Unicode font and type 2085 in the Character code box. In Excel, the formula =UNICHAR(8325) returns the symbol.
How to type ₅ in Google Docs
Open Insert → Special characters, then either search for "subscript five" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(8325).
₅ in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | ₅ |
| HTML decimal | ₅ |
| HTML hex | ₅ |
CSS content | "\2085" |
| JavaScript | "\u2085" |
| Python | "\u2085" |
| URL encoded | %E2%82%85 |
Because ₅ is a standard Unicode character (U+2085), you can also paste it directly into any UTF-8 file. The escaped forms above are only needed when the file encoding is uncertain or the symbol must be entered on a keyboard without it.
Where the subscript five symbol is used
Common in chemistry formulas like C₅H₁₂ (pentane) and in math for indexed variables such as x₅. Sometimes confused with the regular numeral 5 or the superscript five (⁵), which sits above the line instead of below.
Frequently asked questions
What is subscript five used for in chemistry? +
It shows the number of atoms of an element in a molecule, such as the 5 in C₅H₁₂, meaning five carbon atoms.
Is subscript five the same as regular 5 in text? +
No, it's a distinct Unicode character (U+2085) designed to appear smaller and lower than a standard digit for notation purposes.
What is the Alt code for the subscript five symbol? +
The Alt code for ₅ is Alt+8325. Hold Alt, type 8325 on the numeric keypad, then release Alt. This is a Unicode code, so it works in Word and WordPad but not in every app; in other apps paste the symbol instead.
How do I type ₅ on a Mac? +
There is no dedicated Mac shortcut for ₅. Open the Character Viewer with Control + Command + Space, search for "subscript five", and double-click it. Or copy it from this page.
How do I type the subscript five symbol on iPhone or Android? +
Phone keyboards do not include ₅ by default. Copy it from this page and paste it, or add it as a text replacement shortcut in Settings so you can type it with a short abbreviation.
What is the HTML code for ₅? +
Use ₅ in HTML. In CSS use content: "\2085" and in JavaScript use "\u2085".