Skip to content
EmojiDB

U+207E · Closing punctuation

Superscript Right Parenthesis Symbol ⁾

⁾ is superscript right parenthesis, U+207E. Unicode records it as a compatibility form of ) (super form). It was added in Unicode 1.1, and Unicode files it under Closing punctuation.

Also known as

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

Codes & technical data

UnicodeU+207E
HTML hex⁾
HTML decimal⁾
CSS\207E
JavaScript\u{207E}
Python\U0000207E
Java / C#\u207E
Rust\u{207e}
Swift\u{207E}
PHP\u{207E}
URL encoded%E2%81%BE
UTF-8 bytesE2 81 BE
UTF-16 bytes207E
Base644oG+
Decimal8318
Decomposes to) (super form)
CategoryClosing punctuation (Pe)
IntroducedUnicode 1.1

Will ⁾ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ⁾ as ). 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 parenthesis characters

Unicode names 13 characters ending in “parenthesis”. 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 207E then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “superscript right parenthesis”
LinuxPress Ctrl+Shift+U, type 207e, press Enter
HTML⁾

About Unicode’s Closing punctuation category

This is a closing bracket, paired with an opening character in the same block. Bracket matching in editors uses the category, not the appearance.

Frequently asked questions

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