U+FF0E · Other punctuation
Fullwidth Full Stop Symbol .
. is fullwidth full stop, U+FF0E. Unicode records it as a compatibility form of . (wide form). It was added in Unicode 1.1, and Unicode files it under Other punctuation.
Also known as
Unicode 1.0 called this character fullwidth period. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.
Codes & technical data
| Unicode | U+FF0E | |
|---|---|---|
| HTML hex | . | |
| HTML decimal | . | |
| CSS | \FF0E | |
| JavaScript | \u{FF0E} | |
| Python | \U0000FF0E | |
| Java / C# | \uFF0E | |
| Rust | \u{ff0e} | |
| Swift | \u{FF0E} | |
| PHP | \u{FF0E} | |
| URL encoded | %EF%BC%8E | |
| UTF-8 bytes | EF BC 8E | |
| UTF-16 bytes | FF0E | |
| Base64 | 77yO | |
| Decimal | 65294 | |
| Decomposes to | . (wide form) | |
| Category | Other punctuation (Po) | |
| Introduced | Unicode 1.1 | |
Will . survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites . as
.. Safe for display, not for storage. - Legacy encodings. . is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
- Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Other stop characters
Unicode names 24 characters ending in “stop”. They differ by direction, weight or decoration rather than by meaning.
Nearby in Halfwidth and Fullwidth Forms
Latin characters at the width of a CJK ideograph, and katakana at half width — a compatibility block for legacy East Asian encodings. Fullwidth text is often used online for a spaced-out aesthetic; it normalises straight back to ASCII.
How to type .
| Windows | Type FF0E then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “fullwidth full stop” |
| Linux | Press Ctrl+Shift+U, type ff0e, press Enter |
| HTML | . |
About Unicode’s Other punctuation category
Unicode files this under "other punctuation", the category for marks that are not brackets, dashes or quotes.
Frequently asked questions
- How do I type the . fullwidth full stop symbol?
- On Windows, type FF0E and press Alt+X. On Linux press Ctrl+Shift+U then ff0e. On any system the quickest route is the copy button on this page.
- What is the code for .?
- Fullwidth Full Stop is U+FF0E. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will . survive being pasted anywhere?
- Not always. Fullwidth Full Stop is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with .. Use it for display, not where text is normalised.