Change Blog Post entry Icon

Hello,
I found ths css that works to change the blost post entry icon. But whats the code for the cuttlery icon?

.format-video .entry-title:before, .format-standard .entry-title:before, .format-image .entry-title:before, .format-link .entry-title:before, .format-quote .entry-title:before, .format-gellery .entry-title:before, .format-audio .entry-title:before {
content: “CUTTLERY ICON HERE”
;
}

Thanks!
Rena

Hi Rena,

Please try : content: "\f0f5";

Hope this helps.

Perfect, Thanks!