Share
Unicode: U+25AD
U+25AD
▭
\25AD
\u25AD
This symbol belongs to the Geometric Shapes block.
<span>▭</span>
.element::before { content: "\25AD"; }
const symbol = "\u25AD"; console.log(symbol); // prints "▭"