copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('₅'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
₅
SUBSCRIPT FIVE
Overview
₅ (SUBSCRIPT FIVE) is the Unicode character at code point U+2085. It belongs to the Superscripts and Subscripts block, in the Other Number (No) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2085 | |
| decimal | 8325 | |
| htmldecimal | ₅ | |
| htmlhex | ₅ | |
| css | \2085 | |
| javascript | \u{2085} | |
| python | \u2085 | |
| java | \u2085 | |
| go | \u2085 | |
| ruby | \u{2085} | |
| rust | \u{2085} | |
| ccpp | \u2085 | |
| urlencoded | %E2%82%85 | |
| utf8bytes | e2 82 85 | |
| utf16bebytes | 20 85 | |
| utf32bebytes | 00 00 20 85 |
How to Use
HTML:
₅
CSS:
content: "\2085"
JavaScript:
"\u{2085}"
Python:
"\u2085"
Properties
- Script
- Zyyy
- Category
- Other Number (No)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
- Decomposition
- <sub> 0035
Frequently Asked Questions
What is the ₅ character (SUBSCRIPT FIVE)?
₅ (SUBSCRIPT FIVE) is the Unicode character U+2085.
What is the Unicode codepoint of SUBSCRIPT FIVE?
The SUBSCRIPT FIVE character (₅) has codepoint U+2085.
How do I type or copy SUBSCRIPT FIVE?
Copy ₅ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.