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 RIGHT PARENTHESIS
Overview
₎ (SUBSCRIPT RIGHT PARENTHESIS) is the Unicode character at code point U+208E. It belongs to the Superscripts and Subscripts block, in the Close Punctuation (Pe) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+208E | |
| decimal | 8334 | |
| htmldecimal | ₎ | |
| htmlhex | ₎ | |
| css | \208E | |
| javascript | \u{208E} | |
| python | \u208e | |
| java | \u208E | |
| go | \u208E | |
| ruby | \u{208E} | |
| rust | \u{208E} | |
| ccpp | \u208e | |
| urlencoded | %E2%82%8E | |
| utf8bytes | e2 82 8e | |
| utf16bebytes | 20 8e | |
| utf32bebytes | 00 00 20 8e |
How to Use
HTML:
₎
CSS:
content: "\208E"
JavaScript:
"\u{208E}"
Python:
"\u208e"
Properties
- Script
- Zyyy
- Category
- Close Punctuation (Pe)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
- Decomposition
- <sub> 0029
Frequently Asked Questions
What is the ₎ character (SUBSCRIPT RIGHT PARENTHESIS)?
₎ (SUBSCRIPT RIGHT PARENTHESIS) is the Unicode character U+208E.
What is the Unicode codepoint of SUBSCRIPT RIGHT PARENTHESIS?
The SUBSCRIPT RIGHT PARENTHESIS character (₎) has codepoint U+208E.
How do I type or copy SUBSCRIPT RIGHT PARENTHESIS?
Copy ₎ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.