White feathered right arrow (➳) is Unicode U+27B3 (WHITE FEATHERED RIGHTWARDS ARROW) in the Dingbats block. It is an outline rightward arrow with a decorative feathered tail — useful for navigation and next-step UI. HTML5 has no named entity for this character.
Remember
Character ➳
Unicode U+27B3
Hex entity ➳
Decimal ➳
CSS escape \27B3
Named entity (none)
Not the same ➵ U+27B5 (black feathered)
All of these produce the same glyph: ➳. Prefer typing ➳ in UTF-8 when you can; use numeric or CSS forms for generated content. For a plain right arrow, prefer → (U+2192).
White feathered right arrow using Hex Code: ➳
White feathered right arrow using HTML Code: ➳
White feathered right arrow using CSS Entity: ➳
Typed directly: ➳
How It Works
1. Hex:U+27B3 → ➳ in HTML. The browser turns it into ➳.
2. Decimal: same code point as 10163 → ➳. Same result as hex.
3. CSS: use \27B3 in content (not an HTML entity). #point::after appends that ➳ after the paragraph text.
4. Typed ➳: fine in UTF-8 source. There is no named entity for this symbol.
Pitfalls & Tips
Common mistakes when working with white feathered right arrow (➳).
HTML5 does not define a named entity for U+27B3. Use numeric forms when an entity is required.
a11y
Say “Next”
Screen readers may not announce the arrow clearly. Pair the glyph with visible or visually hidden text.
Fonts
Check Dingbats support
Some fonts omit feathered arrows. Provide a fallback stack that includes a symbol-capable font.
Semicolon
End references
Always finish with ; — write ➳, not ➳.
Compatibility
Browser Support
White feathered right arrow (U+27B3) and its entity forms (➳, ➳, CSS \\27B3) are supported in all mainstream browsers. Glyph quality depends on font support for Dingbats.
✓ Universal support
White Feathered Right Arrow (➳)
Type ➳, or encode with hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+27B3 / entitiesFull support
Bottom line: Prefer a typed ➳ or ➳ / ➳ for markup. Use \\27B3 only inside CSS content.
Remember
Key Takeaways
Unicode: white feathered right arrow is U+27B3 (decimal 10163).
HTML: prefer typing ➳, or use ➳ / ➳.
CSS: use \27B3 inside content for generated icons.
Watch out: no named entity; ➳ ≠ ➵; prefer → for plain arrows.
One line:U+27B3 → type ➳ / ➳ / ➳ / CSS \27B3.
Frequently Asked Questions
Use ➳ (hex), ➳ (decimal), or the CSS escape \27B3 in the content property. All render ➳. You can also paste ➳ directly if your file is UTF-8. There is no named HTML entity.
U+27B3 (hex 27B3, decimal 10163). Unicode names it WHITE FEATHERED RIGHTWARDS ARROW. It belongs to the Dingbats block (U+2700–U+27BF).
No. HTML5 does not define a named entity for this symbol. Use ➳ or ➳ in markup, or \27B3 in CSS. For a simple right arrow, use → (U+2192) instead.
➳ (U+27B3) is the white/outline feathered rightwards arrow. ➵ (U+27B5) is black-feathered rightwards arrow. → (U+2192, →) is the ordinary right arrow. They are different code points.
HTML entities (➳ or ➳) go in markup. The CSS escape \27B3 is used in stylesheets (usually in the content property of ::before/::after). Both render ➳.
Use ➳ for decorative navigation, next-step UI, and flow indicators. Prefer → for plain text arrows. Always pair the glyph with visible text when direction matters for accessibility.
🤔
Did you know?
White feathered right arrow is Unicode U+27B3 (decimal 10163) in the Dingbats block — official name WHITE FEATHERED RIGHTWARDS ARROW. HTML5 has no named entity for it. It is an outline rightward arrow with a feathered tail — not the same as ➵ (black feathered) or → (→).