HTML Symbol reference for
long right double arrow from bar
Check and copy alternative codes for the long right double arrow from bar symbol
⟾ | – | long right double arrow from bar |
// Example for HTML
<span> ⟾ </span>
/* Example for CSS */
span::before {
content: "\27FE";
}