Fullwidth Latin Small Letter O Letter
o is a fullwidth lowercase “o” character used for consistent, wide text layout.
U+FF4F
The symbol o is a fullwidth version of the Latin lowercase letter “o”. It’s commonly used to match typographic width in design systems and UI text. You can copy it directly or use the provided code point in your software.
Fullwidth Latin Small Letter O Letter Meaning
o (U+FF4F) is the “FULLWIDTH LATIN SMALL LETTER O”, a fullwidth character form of the lowercase letter “o”. Fullwidth Latin letters are typically used in layouts that expect uniform, wide character spacing—often seen alongside other fullwidth characters. Because it has different width than the regular ASCII “o” (U+006F), it can affect alignment in forms, labels, buttons, tables, and fixed-width text. Use it when you specifically need fullwidth typography, such as creating consistent-looking Japanese-style UI text, styling text in certain design templates, or matching a character set that requires fullwidth characters.
Common uses
- •Designing UI labels and buttons where fullwidth character spacing is required
- •Creating consistent alignment in tables or fixed-width text blocks
- •Typing Japanese-style or fullwidth aesthetic text with matching character widths
- •Preparing text for platforms or templates that expect fullwidth Latin characters
- •Sanitizing or matching a stored character set that uses fullwidth letters
Examples
o Fullwidth Latin Small Letter O
- ookay day
- onotice: open
- oPrice: one
- ohold on
- omode: on
Variations
Technical codes
| Unicode | U+FF4F | |
| HTML Entity | o | |
| HTML Code | o | |
| CSS | \FF4F |
FAQ
What does the Fullwidth Latin Small Letter O letter mean?
o (U+FF4F) is the “FULLWIDTH LATIN SMALL LETTER O”, a fullwidth character form of the lowercase letter “o”. Fullwidth Latin letters are typically used in layouts that expect uniform, wide character spacing—often seen alongside other fullwidth characters. Because it has different width than the regular ASCII “o” (U+006F), it can affect alignment in forms, labels, buttons, tables, and fixed-width text. Use it when you specifically need fullwidth typography, such as creating consistent-looking Japanese-style UI text, styling text in certain design templates, or matching a character set that requires fullwidth characters.
How is o different from the normal letter o?
Normal “o” is U+006F, while o is the fullwidth version U+FF4F. They can look similar but have different width, affecting alignment.
What is the Unicode code point for o?
The Unicode code point for o is U+FF4F.
Can I use the HTML entity to display o?
Yes. The HTML entity is o.
What’s the best way to copy o into my project?
Copy the character directly from this page, or paste it using the Unicode escape \\u{FF4F} (JavaScript) / \\FF4F (CSS escape) if your environment supports it.