Skip to content
EmojiDB

U+00B9 · Other number

HTML entity

¹

Superscript One Symbol ¹

¹ is superscript one. Write it in HTML as ¹ or paste the character directly. It was added in Unicode 1.1, and Unicode files it under Other number.

Also known as

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

Codes & technical data

UnicodeU+00B9
HTML hex¹
HTML decimal¹
CSS\00B9
JavaScript\u{00B9}
Python\U000000B9
Java / C#\u00B9
Rust\u{00b9}
Swift\u{00B9}
PHP\u{00B9}
URL encoded%C2%B9
UTF-8 bytesC2 B9
UTF-16 bytes00B9
Base64wrk=
Decimal185
HTML entity¹
Decomposes to1 (super form)
Numeric value1
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 1. Safe for display, not for storage.
  • Legacy encodings. ¹ exists in Latin-1 and Windows-1252, so even software that predates Unicode can store it.
  • Size. 2 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.

Unicode cross-references

The standard points readers of ¹ at these characters — usually because they look alike, or because one is the correct choice where the other is often used by mistake.

Other one characters

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

Nearby in Latin-1 Supplement

The upper half of ISO 8859-1: the accented letters and the symbols that Western European printing needed but ASCII had no room for. This is where ° ± × ÷ £ ¥ © ® ½ ¼ live, which makes it the most-copied symbol block in Unicode despite being one of the oldest.

All 29 characters in Latin-1 Supplement →

How to type ¹

WindowsType 00B9 then press Alt+X, or hold Alt and type 185 on the numeric keypad
macOSPress Ctrl+Cmd+Space, then search for “superscript one”
LinuxPress Ctrl+Shift+U, type 00b9, 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 ¹ superscript one symbol?
On Windows, type 00B9 and press Alt+X. You can also hold Alt and type 185 on the numeric keypad. On Linux press Ctrl+Shift+U then 00b9. On any system the quickest route is the copy button on this page.
What is the code for ¹?
Superscript One is U+00B9, written in HTML as ¹. In UTF-8 it takes 2 bytes. The table above lists every escape format.
Will ¹ survive being pasted anywhere?
Not always. Superscript One is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 1. Use it for display, not where text is normalised.