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