Unicode Character for List Bullet

I'm using a floral heart here

credit: dpk

The CSS

ul > li {
    list-style-type: disc;
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16"><text x="0" y="16" style="font-size: 18px; fill: %23444;">&%23x2766;</text></svg>');
}