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' : ''">
THIN SPACE
Overview
(THIN SPACE) is the Unicode character at code point U+2009. It belongs to the General Punctuation block, in the Space Separator (Zs) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2009 | |
| decimal | 8201 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \2009 | |
| javascript | \u{2009} | |
| python | \u2009 | |
| java | \u2009 | |
| go | \u2009 | |
| ruby | \u{2009} | |
| rust | \u{2009} | |
| ccpp | \u2009 | |
| urlencoded | %E2%80%89 | |
| utf8bytes | e2 80 89 | |
| utf16bebytes | 20 09 | |
| utf32bebytes | 00 00 20 09 |
How to Use
HTML:
 
CSS:
content: "\2009"
JavaScript:
"\u{2009}"
Python:
"\u2009"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Space Separator (Zs)
- Bidirectional
- WS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0020
Compare
Frequently Asked Questions
What is the character (THIN SPACE)?
(THIN SPACE) is the Unicode character U+2009.
What is the Unicode codepoint of THIN SPACE?
The THIN SPACE character ( ) has codepoint U+2009.
How do I type or copy THIN SPACE?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.