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' : ''">
THREE-PER-EM SPACE
Overview
(THREE-PER-EM SPACE) is the Unicode character at code point U+2004. 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+2004 | |
| decimal | 8196 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \2004 | |
| javascript | \u{2004} | |
| python | \u2004 | |
| java | \u2004 | |
| go | \u2004 | |
| ruby | \u{2004} | |
| rust | \u{2004} | |
| ccpp | \u2004 | |
| urlencoded | %E2%80%84 | |
| utf8bytes | e2 80 84 | |
| utf16bebytes | 20 04 | |
| utf32bebytes | 00 00 20 04 |
How to Use
HTML:
 
CSS:
content: "\2004"
JavaScript:
"\u{2004}"
Python:
"\u2004"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Space Separator (Zs)
- Bidirectional
- WS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0020
Frequently Asked Questions
What is the character (THREE-PER-EM SPACE)?
(THREE-PER-EM SPACE) is the Unicode character U+2004.
What is the Unicode codepoint of THREE-PER-EM SPACE?
The THREE-PER-EM SPACE character ( ) has codepoint U+2004.
How do I type or copy THREE-PER-EM SPACE?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.