Skip to content
EmojiDB

U+2086 · Other number

Subscript Six Symbol ₆

₆ is subscript six, and Unicode gives it the numeric value 6. It was added in Unicode 1.1, and Unicode files it under Other number.

Also known as

Unicode 1.0 called this character subscript digit six. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.

Codes & technical data

UnicodeU+2086
HTML hex₆
HTML decimal₆
CSS\2086
JavaScript\u{2086}
Python\U00002086
Java / C#\u2086
Rust\u{2086}
Swift\u{2086}
PHP\u{2086}
URL encoded%E2%82%86
UTF-8 bytesE2 82 86
UTF-16 bytes2086
Base644oKG
Decimal8326
Decomposes to6 (sub form)
Numeric value6
CategoryOther number (No)
IntroducedUnicode 1.1

Will ₆ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ₆ as 6. Safe for display, not for storage.
  • Legacy encodings. ₆ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
  • Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.

Other six characters

Unicode names 10 characters ending in “six”. They differ by direction, weight or decoration rather than by meaning.

Nearby in Superscripts and Subscripts

Raised and lowered digits and a handful of letters, as single characters rather than as formatting. Useful precisely where formatting is unavailable — filenames, usernames, plain-text fields — though the alphabet is incomplete and always has been.

All 27 characters in Superscripts and Subscripts →

How to type ₆

WindowsType 2086 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “subscript six”
LinuxPress Ctrl+Shift+U, type 2086, press Enter
HTML₆

About Unicode’s Other number category

This is classified as a number that is not a plain digit — a fraction, a superscript figure, a circled or bracketed numeral. Software will not parse it as a number without being told to.

Frequently asked questions

How do I type the ₆ subscript six symbol?
On Windows, type 2086 and press Alt+X. On Linux press Ctrl+Shift+U then 2086. On any system the quickest route is the copy button on this page.
What is the code for ₆?
Subscript Six is U+2086. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ₆ survive being pasted anywhere?
Not always. Subscript Six is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 6. Use it for display, not where text is normalised.