U+2003
U+2003 · EM SPACE
Em Space
| UTF-8 | E2 80 83 | 3 bytes |
|---|---|---|
| UTF-16 | 2003 | 1 code unit |
| UTF-32 | 00002003 | 4 bytes |
| HTML named |   | named character reference |
| HTML decimal |   | |
| HTML hex |   | |
| CSS | \2003 | in content: "…" |
| JavaScript | \u2003 | |
| JSON | \u2003 | |
| Python | \u2003 | |
| Python | \N{EM SPACE} | by name |
| Java / C# | \u2003 | |
| C / C++ | \u2003 | universal character name |
| Rust / Swift / PHP | \u{2003} | |
| Go | \u2003 | |
| Ruby | \u2003 | |
| Excel / Sheets | =UNICHAR(8195) | |
| URL-encoded | %E2%80%83 | percent-encoded UTF-8 |
§
Looks similar
Characters that Unicode’s security data (UTS #39 confusables) lists as visually confusable with this one. Useful for spotting lookalike spoofing in URLs and usernames.
U+0020SPSpace
U+00A0NBSPNo-Break Space
U+2000U+2000En Quad
U+2001U+2001Em Quad
U+2002U+2002En Space
U+2004U+2004Three-Per-Em Space
U+2005U+2005Four-Per-Em Space
U+2006U+2006Six-Per-Em Space
U+2007U+2007Figure Space
U+2008U+2008Punctuation Space
U+2009U+2009Thin Space
U+200AU+200AHair Space
U+2028U+2028Line Separator
U+2029U+2029Paragraph Separator
U+202FNNBSPNarrow No-Break Space
U+205FMMSPMedium Mathematical Space
§