+ 1
How can we make a perfect đ heart shape using html...???
4 Answers
+ 5
Koder Kingđ± lolđčđčđ
how about
<h1>đ </h1>
simple
just kidding ... dont be serious đž
+ 4
Use css only
https://code.sololearn.com/W3S9rJ5sogl0/?ref=app
+ 3
By actually coding them...
+ 2
You could make use of canvas to draw a heart shape, however drawing it exactly like đ trough canvas may be hard.
Using SVG may also be possible for your needs.
Canvas needs some use of JavaScript however, and it's the only way I used to draw graphics.