MIDDLE DOT vs BULLET
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
·
MIDDLE DOT
U+00B7
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
•
BULLET
U+2022
View details →
VS
Property Comparison
| Property | · U+00B7 | • U+2022 |
|---|---|---|
| Name | MIDDLE DOT | BULLET |
| Block | Latin-1 Supplement | General Punctuation |
| Script | Zyyy | Zyyy |
| Category | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+00B7 | U+2022 |
|---|---|---|
| unicode | U+00B7 | U+2022 |
| decimal | 183 | 8226 |
| htmldecimal | · | • |
| htmlhex | · | • |
| css | \00B7 | \2022 |
| javascript | \u{B7} | \u{2022} |
| python | \u00b7 | \u2022 |
| java | \u00B7 | \u2022 |
| go | \u00B7 | \u2022 |
| ruby | \u{B7} | \u{2022} |
| rust | \u{B7} | \u{2022} |
| ccpp | \u00b7 | \u2022 |
| urlencoded | %C2%B7 | %E2%80%A2 |
| utf8bytes | c2 b7 | e2 80 a2 |
| utf16bebytes | 00 b7 | 20 22 |
| utf32bebytes | 00 00 00 b7 | 00 00 20 22 |
| htmlentity | · | • |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: MIDDLE DOT in Latin-1 Supplement and BULLET in General Punctuation.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.