free-symbols

Circled Latin Small Letter W Letter

A circled lowercase “w” character for labels, badges, and decorative typography.

U+24E6

ⓦ is the Unicode character called CIRCLED LATIN SMALL LETTER W (U+24E6). It’s commonly used as a compact, circled “w” in text. Because it’s a single Unicode symbol, it’s easy to copy and paste into design and development work.

Circled Latin Small Letter W Letter Meaning

ⓦ represents a circled version of the lowercase Latin letter “w”. As an enclosed & circled symbol, it’s often used as a visual marker—like a badge, step indicator, or UI label—without needing extra formatting or images. In many contexts it reads as “w in a circle,” making it useful for navigation, section headers, icon-like text, or decorative branding where a small, recognizable mark is enough. Since it’s a letter-derived symbol rather than an emoji, it behaves like a typographic character and is best used when you want consistent rendering across platforms that support Unicode.

Common uses

  • Section or card labels in web and app interfaces
  • Step markers in instructions or checklists
  • Tagging content with a compact “w” badge in dashboards
  • Decorative typographic accents in posters, slides, and docs
  • Programmatic UI indicators or legend entries in diagrams

Examples

ⓦ Circled Latin Small Letter W

  • ⓦ Welcome to the website
  • Step ⓦ: Choose your plan
  • Legend: ⓦ = weekly updates
  • Item ⓦ in the checklist
  • Support: contact ⓦ team

Variations

Technical codes

UnicodeU+24E6
HTML Entityⓦ
HTML Codeⓦ
CSS\24E6

FAQ

What does the Circled Latin Small Letter W letter mean?

ⓦ represents a circled version of the lowercase Latin letter “w”. As an enclosed & circled symbol, it’s often used as a visual marker—like a badge, step indicator, or UI label—without needing extra formatting or images. In many contexts it reads as “w in a circle,” making it useful for navigation, section headers, icon-like text, or decorative branding where a small, recognizable mark is enough. Since it’s a letter-derived symbol rather than an emoji, it behaves like a typographic character and is best used when you want consistent rendering across platforms that support Unicode.

What Unicode character is ⓦ?

ⓦ is CIRCLED LATIN SMALL LETTER W with Unicode code point U+24E6.

How do I copy ⓦ into HTML or text?

You can copy and paste the character directly. If you prefer HTML, use ⓦ.

Will ⓦ render correctly on all devices?

It should render wherever the font supports Unicode characters in the U+24E6 range. If a font lacks support, you may see a fallback box or missing glyph.

What’s the easiest way to type ⓦ in code?

Use the Unicode escape in your language/tooling: JavaScript can use \\u{24E6}, and CSS can use \\24E6.