unicode

What would be the Unicode character for big bullet in the middle of the character?


I want something like

0x2022  8226    BULLET  •

But bigger.

I can't even seem to find them at http://www.ssec.wisc.edu/~tomw/java/unicode.html

What should I search for? Dots? bullets?


Solution

  • http://www.unicode.org is the place to look for symbol names. Here's a large sample of bullets and circles:

    U+2022 • BULLET
    U+2219 ∙ BULLET OPERATOR
    U+25E6 ◦ WHITE BULLET
    U+25CB ○ WHITE CIRCLE
    U+25CC ◌ DOTTED CIRCLE
    U+25CF ● BLACK CIRCLE
    U+25EF ◯ LARGE CIRCLE
    U+26AA ⚪ MEDIUM WHITE CIRCLE
    U+26AB ⚫ MEDIUM BLACK CIRCLE
    U+26AC ⚬ MEDIUM SMALL WHITE CIRCLE
    U+2B24 ⬤ BLACK LARGE CIRCLE
    U+2B55 ⭕ HEAVY LARGE CIRCLE
    U+2B58 ⭘ HEAVY CIRCLE
    U+1F534 🔴 LARGE RED CIRCLE
    U+1F535 🔵 LARGE BLUE CIRCLE
    U+1F784 🞄 BLACK SLIGHTLY SMALL CIRCLE
    U+1F785 🞅 MEDIUM BOLD WHITE CIRCLE
    U+1F786 🞆 BOLD WHITE CIRCLE
    U+1F787 🞇 HEAVY WHITE CIRCLE
    U+1F788 🞈 VERY HEAVY WHITE CIRCLE
    U+1F789 🞉 EXTREMELY HEAVY WHITE CIRCLE
    U+1F7E0 🟠 LARGE ORANGE CIRCLE
    U+1F7E1 🟡 LARGE YELLOW CIRCLE
    U+1F7E2 🟢 LARGE GREEN CIRCLE
    U+1F7E3 🟣 LARGE PURPLE CIRCLE
    U+1F7E4 🟤 LARGE BROWN CIRCLE
    

    Displayed symbols depend on font support.