Right Wave Arrow (↝) is the Arrows-block character at Unicode U+219D (RIGHTWARDS WAVE ARROW). It is a right-pointing arrow drawn with a wavy shaft.
Remember
Character ↝
Unicode U+219D
Hex entity ↝
Decimal ↝
Named entity ↝
CSS escape \219D
Not the same → (→) · ⇝ (⇝)
All of these produce the same glyph: ↝. Prefer ↝ when you want an explicit entity.
Using Hex Code: ↝
Using HTML Code: ↝
Using Named Entity: ↝
Using CSS Entity: ↝
Continue ↝
How It Works
1. Hex:U+219D → ↝ in HTML. The browser turns it into ↝.
2. Decimal: same code point as 8605 → ↝. Same result as hex.
3. Named:↝ is the HTML5 name for this character.
4. CSS: use \219D in content (not an HTML entity). #point::after appends that ↝ after the paragraph text.
Pitfalls & Tips
Common mistakes when working with Right Wave Arrow.
Look-alikes
↝ ≠ → ≠ ⇝
↝ is a wave arrow. → is straight. ⇝ is a squiggle — pick the shaft style you mean.
Mirror
Left wave has no named entity
The leftwards wave arrow (U+219C) has no HTML5 name. Use ↜ — see Left Wave Arrow.
Fonts
Glyph may be missing
Wave-arrow coverage varies. Test on your target devices or provide a fallback font.
CSS vs HTML
Do not mix escapes
\219D belongs in CSS. ↝ / ↝ / ↝ belong in HTML.
A11y
Add nearby words
Pair the glyph with label text (for example Continue ↝) or use aria-label when it stands alone.
Semicolon
End references
Always finish with ; — write ↝, not &rarrw.
Compatibility
Browser Support
Right Wave Arrow (U+219D) and its entity forms (↝, ↝, ↝, CSS \\219D) are supported in all modern browsers. Glyph coverage depends on the font.
✓ Universal encoding
Right Wave Arrow (↝)
Encode with named, hex, decimal, or CSS escape — or type ↝ directly in UTF-8 HTML.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+219D / ↝Full support
Bottom line: Prefer ↝ for readable HTML. Use \\219D only inside CSS content.
Use ↝ (named), ↝ (hex), ↝ (decimal), or the CSS escape \219D in the content property. You can also type ↝ directly in UTF-8 HTML.
U+219D (RIGHTWARDS WAVE ARROW). Hex 219D, decimal 8605. It belongs to the Arrows block (U+2190–U+21FF).
Yes. ↝ is the HTML5 named entity. You can also use ↝ or ↝.
Use it for navigation UI, flowcharts, and diagrams when you need a right-pointing wave arrow instead of a straight →. Prefer ↝ for readable HTML.
HTML entities (↝, ↝, or ↝) go in markup. The CSS escape \219D is used in stylesheets (usually in the content property of ::before/::after). Both render ↝.
→ (U+2192) is a plain right arrow. ⇝ (U+21DD) is a rightwards squiggle arrow. ↝ (U+219D) is a rightwards wave arrow — related wavy forms, different code points.
🤔
Did you know?
Right Wave Arrow is Unicode U+219D (decimal 8605) — RIGHTWARDS WAVE ARROW. HTML5 provides ↝. Prefer it for readable source. Do not confuse it with a plain → (U+2192), the squiggle form ⇝ (U+21DD), or the leftwards wave arrow (U+219C, no named entity).