The I thought I would keep it as a comment until I could figure it out and deploy it as a point update.
article ul > li::marker {
/* content: "\2751"; */
}
The problem is that chrome doesn’t care that I had the individual line commented out and was attempting to put it there even though I told it not too.
I moved the comment to outside the item and I’ll let the broswer handle markers until I get a better understanding of how to target the different items.