Heavy right arrow (➙) is the Unicode character at U+2799 in Dingbats. Official name: HEAVY RIGHTWARDS ARROW. It is a bold rightwards arrow used for next/continue cues, navigation, and directional UI.
Remember
Character ➙
Unicode U+2799
Hex entity ➙
Decimal ➙
CSS escape \2799
Named entity (none)
Meaning heavy rightwards arrow
Not the same → (→) · ⇒ (⇒) · ➚
Prefer ➙ or ➙ in HTML (no named form). You can also type ➙ in a UTF-8 document. For a classic text arrow with a named entity, prefer →.
Built with Hex: ➙
Built with Decimal: ➙
Built with CSS: ➙
Typed: ➙
Next ➙
Classic: →
How It Works
1. Hex:➙ inserts code point U+2799 → ➙.
2. Decimal: same code point as 10137 → ➙. Same visual as hex.
3. CSS: use \2799 in content (not an HTML entity). #point::after appends ➙.
4. Typed: paste ➙ in a UTF-8 document when you need this dingbat. Prefer aria-label or nearby prose such as “Next” so meaning is clear to everyone.
Pitfalls & Tips
Common mistakes when working with heavy right arrow.
Name
No named entity
There is no HTML5 named entity for U+2799. Use ➙ or ➙. Do not invent &heavyrarr;. For classic right arrow, use →.
→
Not →
→ is → (U+2192). Heavy right arrow is ➙. Related direction — different glyphs.
➚
Not northeast arrow
Heavy north east arrow is ➚ (U+279A). This page is the horizontal heavy rightwards form ➙.
Font
Font coverage
Some fonts omit Dingbats. If ➙ is missing, fall back to → or a font with U+2799 coverage.
CSS vs HTML
Do not mix escapes
\2799 belongs in CSS strings. ➙ / ➙ belong in HTML.
a11y
Add accessible text
Screen readers may not announce ➙ clearly. Prefer aria-label="Next" or nearby prose for actions.
Semicolon
End references
Always finish entities with ; — write ➙, not ➙.
Compatibility
Browser Support
Heavy right arrow (U+2799) and its entity forms (➙, ➙, CSS \\2799) are supported in all mainstream browsers. Visible glyphs depend on Dingbats font coverage.
✓ Universal support
Heavy Right Arrow (➙)
Encode with hex, decimal, CSS escape, or type the character — same code point 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+2799Full support
Bottom line: Prefer ➙ in HTML (no named form). Use ➙ when decimal form is required, and \\2799 only inside CSS content.
Remember
Key Takeaways
Unicode: heavy right arrow is U+2799 (decimal 10137) — glyph ➙.
HTML: no named entity — use ➙ / ➙ / type ➙.
CSS: use \2799 inside content for generated text.
Meaning: ➙ ≠ → — use for bold Dingbats rightwards cues.
One line:U+2799 → ➙ / ➙ / CSS \2799 (no named form).
Frequently Asked Questions
Use ➙ (hex), ➙ (decimal), type ➙ directly in UTF-8, or the CSS escape \2799 in content. There is no named HTML entity for U+2799.
U+2799 (HEAVY RIGHTWARDS ARROW). Hex 2799, decimal 10137. It belongs to the Dingbats block (U+2700–U+27BF).
No. HTML5 does not define a named entity for this arrow. Prefer ➙ or ➙. For classic right arrow, use → (U+2192).
Use it for bold Dingbats next/continue cues, navigation, or directional UI. For a classic math/text arrow with a named entity, prefer →. For NE direction, see heavy north east arrow. For triangle-headed styles, see related Dingbats arrows.
HTML numeric entities (➙ or ➙) go in markup. The CSS escape \2799 goes in stylesheet strings (usually content on ::before/::after).
No. Heavy right arrow is U+2799 (➙), a Dingbats glyph. → is U+2192 (→). Related direction — different code points and looks.
🤔
Did you know?
Heavy right arrow is Unicode U+2799 (decimal 10137) — glyph ➙ in Dingbats (official name HEAVY RIGHTWARDS ARROW). There is no HTML5 named entity; use ➙ or ➙. Prefer nearby text or aria-label (for example “Next”). Do not confuse it with classic right arrow → (→) or double right arrow ⇒ (⇒).