free-symbols

Variation Selector-6 Symbol

︅ (Variation Selector-6) is a Unicode variation selector used to request a specific glyph variant.

U+FE05

︅ is a Unicode character from the Variation Selector block (U+FE05). It’s primarily used in text rendering to request a particular glyph variant from a compatible font or system. In many contexts, it behaves as a technical control character rather than a visible standalone symbol.

Variation Selector-6 Symbol Meaning

︅ (Unicode U+FE05) is the “VARIATION SELECTOR-6” character, part of the Unicode variation selector mechanism. Variation selectors are typically placed immediately after a base character to request a specific glyph variant that a font may provide. Whether you see a visual change depends on the font and the rendering engine—if the font supports this selector and has the requested variant, the glyph may appear differently; otherwise, the selector may have no noticeable effect. Because it’s designed for typographic control, it’s mainly relevant to developers, designers, and advanced text/layout workflows.

Common uses

  • Requesting a specific glyph variant after a base character in supporting fonts
  • Testing font fallback and glyph substitution behavior for variation selectors
  • Creating controlled typography samples for UI or editorial designs
  • Debugging rendering differences across platforms and browsers
  • Specifying variant behavior in technical text or documentation where supported

Examples

︅ Variation Selector-6

  • a︅
  • 漢︅
  • あ︅
  • (︅)
  • Sample︅text

Variations

Ready to copy

Technical codes

UnicodeU+FE05
HTML Entity︅
HTML Code︅
CSS\FE05

FAQ

What does the Variation Selector-6 symbol mean?

︅ (Unicode U+FE05) is the “VARIATION SELECTOR-6” character, part of the Unicode variation selector mechanism. Variation selectors are typically placed immediately after a base character to request a specific glyph variant that a font may provide. Whether you see a visual change depends on the font and the rendering engine—if the font supports this selector and has the requested variant, the glyph may appear differently; otherwise, the selector may have no noticeable effect. Because it’s designed for typographic control, it’s mainly relevant to developers, designers, and advanced text/layout workflows.

What is ︅ used for?

︅ is Variation Selector-6 (U+FE05). It’s used with compatible fonts to request a particular glyph variant for the preceding/base character.

Will I always see a visual change when using ︅?

No. The visible result depends on whether the font and rendering system support U+FE05 and provide the requested variant.

Where should I place ︅ in text?

Typically it’s placed immediately after the base character whose appearance you want to vary (for example, a︅).

How do I copy ︅ in code?

You can use the provided escapes: CSS \\FE05 or JavaScript \\u{FE05}. The HTML entity is ︅.