Fullwidth Latin Capital Letter O Letter
“O” is the fullwidth, typographic form of the capital letter O (U+FF2F).
U+FF2F
The symbol “O” is a fullwidth version of the capital letter O. It’s commonly used to match spacing and alignment in fullwidth typography. You can copy it directly or use the provided code escapes.
Fullwidth Latin Capital Letter O Letter Meaning
“O” (FULLWIDTH LATIN CAPITAL LETTER O, U+FF2F) is a typographic variant of the ASCII-style letter “O” with fullwidth presentation. In many fonts and layouts—especially East Asian fullwidth design systems—it occupies more horizontal space than the regular “O” (U+004F). As a result, “O” can be useful when you need consistent column widths, aligned headings, or text that visually matches fullwidth characters. It still represents the Latin capital letter O, so it may also appear in labels, brand-like stylings, and UI text that expects fullwidth characters.
Common uses
- •Aligning text in fullwidth layouts (tables, banners, and typographic blocks)
- •Creating consistent button or label sizing with other fullwidth characters
- •Styling headings and headings-like text in social posts or graphic captions
- •Displaying brand-like text that intentionally uses fullwidth letterforms
- •Prettifying prompts or UI strings in monospaced or fixed-width design contexts
Examples
O (Fullwidth Capital Letter O)
- OLevel ON
- OMODE: O
- OCODE: O123
- OSTAGE O
- OCLASS O
Variations
Technical codes
| Unicode | U+FF2F | |
| HTML Entity | O | |
| HTML Code | O | |
| CSS | \FF2F |
FAQ
What does the Fullwidth Latin Capital Letter O letter mean?
“O” (FULLWIDTH LATIN CAPITAL LETTER O, U+FF2F) is a typographic variant of the ASCII-style letter “O” with fullwidth presentation. In many fonts and layouts—especially East Asian fullwidth design systems—it occupies more horizontal space than the regular “O” (U+004F). As a result, “O” can be useful when you need consistent column widths, aligned headings, or text that visually matches fullwidth characters. It still represents the Latin capital letter O, so it may also appear in labels, brand-like stylings, and UI text that expects fullwidth characters.
What is the Unicode code point for “O”?
“O” is U+FF2F (FULLWIDTH LATIN CAPITAL LETTER O).
How do I copy “O” reliably from this page?
Use the character shown as “O” at the top, then paste it into your editor, website, or design tool.
Is “O” the same as the regular letter “O”?
They look similar, but they are different characters: “O” is fullwidth (U+FF2F) while regular “O” is ASCII (U+004F).
How can I insert “O” in HTML, CSS, or JavaScript?
HTML entity: O . CSS escape: \\FF2F . JavaScript (Unicode): \\u{FF2F} .