HTML Entity for Black Feathered South East Arrow (➷)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+27B7
Definition
What Is Black Feathered South East Arrow?
Black feathered south east arrow (➷) is Unicode U+27B7 in the Dingbats block. It is a filled arrow with feathered fletching that points south-east. HTML has no standard named entity — use numeric or CSS forms (or type the character in UTF-8).
Remember
Character ➷
Unicode U+27B7
Hex entity ➷
Decimal ➷
Named entity (none)
CSS escape \27B7
Not the same ➵ U+27B5 · ➶ U+27B6 · ➴ U+27B4 (heavy)
All of these produce the same glyph: ➷. Prefer typing ➷ in UTF-8 when you can; use ➷ / ➷ or CSS for generated content.
➴ is U+27B4 (heavy black-feathered south east). Prefer U+27B7 ➷ for this page’s character.
a11y
Say the direction
Screen readers may not announce “south-east.” Add visible or visually hidden text when direction matters.
CSS vs HTML
Do not mix escapes
\27B7 belongs in CSS. ➷ / ➷ belong in HTML.
Semicolon
End references
Always finish with ; — write ➷, not ➷.
Compatibility
Browser Support
Black feathered south east arrow (U+27B7) and its entity forms (➷, ➷, CSS \\27B7) are supported in all mainstream browsers. Glyph quality depends on font support for Dingbats.
✓ Universal support
Black Feathered South East 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+27B7 / entitiesFull support
Bottom line: Prefer a typed ➷ or ➷ for markers. Use decimal when generating markup, and \\27B7 only inside CSS content.
Remember
Key Takeaways
Unicode: black feathered south east arrow is U+27B7 (decimal 10167).
HTML: use ➷ or ➷ (no named entity).
CSS: use \27B7 inside content for generated icons.
Watch out: ➷ ≠ ➵ ≠ ➶ (SE ≠ right ≠ NE); also ≠ ➴ (heavy SE).
One line:U+27B7 → ➷ / ➷ / CSS \27B7.
Frequently Asked Questions
Use ➷ (hex), ➷ (decimal), or the CSS escape \27B7 in the content property. All render ➷. You can also paste ➷ directly if your file is UTF-8. There is no standard named entity.
U+27B7 (hex 27B7, decimal 10167). Unicode names it BLACK-FEATHERED SOUTH EAST ARROW. It belongs to the Dingbats block.
No. HTML5 / WHATWG does not define a named character reference for U+27B7. Prefer ➷, ➷, or a typed ➷ in UTF-8.
➷ (U+27B7) is the standard black-feathered south-east arrow. ➵ (U+27B5) points right. ➶ (U+27B6) points north-east. ➴ (U+27B4) is the heavy black-feathered south-east arrow — a different code point.
HTML entities (➷ or ➷) go in markup. The CSS escape \27B7 is used in stylesheets (usually in the content property of ::before/::after). Both render ➷.
Use ➷ for south-east direction cues, expand/nested UI hints, flowcharts, and decorative markers. Prefer plain text or ARIA labels when the direction must be clear to screen readers.
🤔
Did you know?
Black feathered south east arrow is Unicode U+27B7 (decimal 10167) in the Dingbats block — official name BLACK-FEATHERED SOUTH EAST ARROW. There is no standard named HTML entity. It is not the heavy SE form (U+27B4 ➴), right arrow (U+27B5 ➵), or north-east arrow (U+27B6 ➶).