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 SIX
Overview
₆ (SUBSCRIPT SIX) is the Unicode character at code point U+2086. 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+2086 | |
| decimal | 8326 | |
| htmldecimal | ₆ | |
| htmlhex | ₆ | |
| css | \2086 | |
| javascript | \u{2086} | |
| python | \u2086 | |
| java | \u2086 | |
| go | \u2086 | |
| ruby | \u{2086} | |
| rust | \u{2086} | |
| ccpp | \u2086 | |
| urlencoded | %E2%82%86 | |
| utf8bytes | e2 82 86 | |
| utf16bebytes | 20 86 | |
| utf32bebytes | 00 00 20 86 |
How to Use
HTML:
₆
CSS:
content: "\2086"
JavaScript:
"\u{2086}"
Python:
"\u2086"
Properties
- Script
- Zyyy
- Category
- Other Number (No)
- Bidirectional
- EN
- Combining
- 0
- Mirrored
- No
- Decomposition
- <sub> 0036
Frequently Asked Questions
What is the ₆ character (SUBSCRIPT SIX)?
₆ (SUBSCRIPT SIX) is the Unicode character U+2086.
What is the Unicode codepoint of SUBSCRIPT SIX?
The SUBSCRIPT SIX character (₆) has codepoint U+2086.
How do I type or copy SUBSCRIPT SIX?
Copy ₆ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.