HTML Symbol reference for
right arrow with circled plus
Check and copy alternative codes for the right arrow with circled plus symbol
⟴ | – | right arrow with circled plus |
// Example for HTML
<span> ⟴ </span>
/* Example for CSS */
span::before {
content: "\27F4";
}