How to type ⅴ on Windows
The fastest method on a full-size keyboard is the Alt code Alt+8564.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 8564 on the numeric keypad (the number row will not work).
- Release Alt. The small roman numeral five symbol ⅴ appears.
Note: Alt+8564 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 "small roman numeral 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 "small roman numeral 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 ;small 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 2174 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 2174 in the Character code box. In Excel, the formula =UNICHAR(8564) returns the symbol.
How to type ⅴ in Google Docs
Open Insert → Special characters, then either search for "small roman numeral five" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(8564).
ⅴ in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | ⅴ |
| HTML decimal | ⅴ |
| HTML hex | ⅴ |
CSS content | "\2174" |
| JavaScript | "\u2174" |
| Python | "\u2174" |
| URL encoded | %E2%85%B4 |
Because ⅴ is a standard Unicode character (U+2174), 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 small roman numeral five symbol is used
It appears in outline lists, clock faces, and typeset numbering where lowercase Roman numerals fit better, such as "section ⅴ" or page marks like "ⅴ-ⅹ". It can be confused with the plain letter v, though it is a distinct Unicode character.
Frequently asked questions
What does ⅴ mean? +
It represents the number five, written as a small lowercase Roman numeral instead of the capital V.
Is ⅴ the same as the letter v? +
No, it looks similar but is a separate Unicode character meant specifically for Roman numeral use, not regular text.
What is the Alt code for the small roman numeral five symbol? +
The Alt code for ⅴ is Alt+8564. Hold Alt, type 8564 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 "small roman numeral five", and double-click it. Or copy it from this page.
How do I type the small roman numeral 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: "\2174" and in JavaScript use "\u2174".