HTML Symbol reference for
right arrow with plus below
Check and copy alternative codes for the right arrow with plus below symbol
⥅ | right arrow with plus below |
// Example for HTML
<span> ⥅ </span>
/* Example for CSS */
span::before {
content: "\2945";
}