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' : ''">
FOUR-PER-EM SPACE
Overview
(FOUR-PER-EM SPACE) is the Unicode character at code point U+2005. 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+2005 | |
| decimal | 8197 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \2005 | |
| javascript | \u{2005} | |
| python | \u2005 | |
| java | \u2005 | |
| go | \u2005 | |
| ruby | \u{2005} | |
| rust | \u{2005} | |
| ccpp | \u2005 | |
| urlencoded | %E2%80%85 | |
| utf8bytes | e2 80 85 | |
| utf16bebytes | 20 05 | |
| utf32bebytes | 00 00 20 05 |
How to Use
HTML:
 
CSS:
content: "\2005"
JavaScript:
"\u{2005}"
Python:
"\u2005"
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 (FOUR-PER-EM SPACE)?
(FOUR-PER-EM SPACE) is the Unicode character U+2005.
What is the Unicode codepoint of FOUR-PER-EM SPACE?
The FOUR-PER-EM SPACE character ( ) has codepoint U+2005.
How do I type or copy FOUR-PER-EM SPACE?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.