HTML Symbol reference for
left arrow above short right arrow
Check and copy alternative codes for the left arrow above short right arrow symbol
⥃ | – | left arrow above short right arrow |
// Example for HTML
<span> ⥃ </span>
/* Example for CSS */
span::before {
content: "\2943";
}