HTML Symbol reference for
downards paired arrows
Check and copy alternative codes for the downards paired arrows symbol
⇊ | downards paired arrows |
// Example for HTML
<span> ⇊ </span>
/* Example for CSS */
span::before {
content: "\21CA";
}