HTML Symbol reference for
up dashed arrow
Check and copy alternative codes for the up dashed arrow symbol
⇡ | – | up dashed arrow |
// Example for HTML
<span> ⇡ </span>
/* Example for CSS */
span::before {
content: "\21E1";
}