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' : ''">
ₓ
LATIN SUBSCRIPT SMALL LETTER X
Overview
ₓ (LATIN SUBSCRIPT SMALL LETTER X) is the Unicode character at code point U+2093. It belongs to the Superscripts and Subscripts block, in the Modifier Letter (Lm) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2093 | |
| decimal | 8339 | |
| htmldecimal | ₓ | |
| htmlhex | ₓ | |
| css | \2093 | |
| javascript | \u{2093} | |
| python | \u2093 | |
| java | \u2093 | |
| go | \u2093 | |
| ruby | \u{2093} | |
| rust | \u{2093} | |
| ccpp | \u2093 | |
| urlencoded | %E2%82%93 | |
| utf8bytes | e2 82 93 | |
| utf16bebytes | 20 93 | |
| utf32bebytes | 00 00 20 93 |
How to Use
HTML:
ₓ
CSS:
content: "\2093"
JavaScript:
"\u{2093}"
Python:
"\u2093"
Properties
- Script
- Latn
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <sub> 0078
Frequently Asked Questions
What is the ₓ character (LATIN SUBSCRIPT SMALL LETTER X)?
ₓ (LATIN SUBSCRIPT SMALL LETTER X) is the Unicode character U+2093.
What is the Unicode codepoint of LATIN SUBSCRIPT SMALL LETTER X?
The LATIN SUBSCRIPT SMALL LETTER X character (ₓ) has codepoint U+2093.
How do I type or copy LATIN SUBSCRIPT SMALL LETTER X?
Copy ₓ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.