Questions tagged [dingbats]

9 questions
6
votes
3 answers

Disappearing HTML dingbat entities

I'm coming across a weird issue with displaying "dingbats" html entities, specifically ✔ (✔). I am trying to display some checkmarks, wrapped in a simple : This is…
Daniel Vandersluis
  • 91,582
  • 23
  • 169
  • 153
4
votes
1 answer

Matlab Plot - Font Zapf Dingbats Will Not Render

I have a Matlab program where I need to include a plane icon (Zapf Dingbats 40) in the plot. Everytime I run it, it falls back to a system font. Is there anything that I am doing wrong? This is not the exact code, but illustrates the…
USCFan13
  • 2,001
  • 3
  • 14
  • 11
3
votes
2 answers

Unicode special characters appear differently in Firefox vs. Chrome/IE

I'm trying to find a way to make dingbats appear exactly the same in Firefox, Chrome, Safari and IE. I noticed that the Dingbats appear the same in IE/Chrome/Safari, HOWEVER - in Firefox - they look "thinner". For example - try to visit the…
Oren
  • 49
  • 1
  • 4
3
votes
2 answers

How do we change the color and size of dingbat unicode characters in mobile Safari? (html entities)

How can we change the CSS rules of dingbats? The following does not work in iOS Safari. Below is a JSFiddle that demonstrates the issue. If…
Mitch Downey
  • 887
  • 1
  • 11
  • 15
2
votes
3 answers

How do you color HTML symbols like x's and checkmarks?

I would like to make the x's red and the checkmarks green, but confused how to since it's a dingbat HTML code.
  • HD Available ✖
  • Commercial Free ✖
  • Unlimited Movies/TV Shows…
  • Michie
    • 45
    • 1
    • 5
    2
    votes
    1 answer

    Drawing glyph from ZapfDingbats using PDFbox

    I am trying to draw a checkmark (found in the PDF standard ZapfDingbats font, Unicode 2714) in my PDF document. I'm a newbie to Apache's PDFBox, using version 2.0.0 at the moment (no specific reason except that it's the newest). My code looks as…
    frIT
    • 3,213
    • 1
    • 18
    • 22
    2
    votes
    1 answer

    UTF8 Dingbats + Javascript

    Is there a way to set the text of an element to something like ✘ (✘) using JQuery? ie: $('#something').text('`✔`'); //only ends in tears.
    hazyred
    • 3,618
    • 3
    • 12
    • 14
    0
    votes
    2 answers

    Javascript/dingbats: counting the number of ✔'s in a string

    I am trying to count the checkmarks in a given string. my string may be: var myString = "one ✔ two ✔ three ✔" I have tried using myString.match(/✔/g) || []).length;, but this is returning 0 (I believe that happens because ✔ is a dingbat symbol). I…
    Noam Hacker
    • 4,671
    • 7
    • 34
    • 55
    0
    votes
    1 answer

    Unicode UTF-8 Dingbats are broken when a few but fine too many

    Hello I'm trying to convert my html table to excel. And everything is fine except in excel, the dingbats are fine when there are 20 or more but are broken when there are less.. Here's my javascript : $("#btnExport").click(function (e) { var uri…
    sertsedat
    • 3,490
    • 1
    • 25
    • 45