There are actually seven variants of this:
| char | description | unicode | html | html entity | utf-8 |
|---|---|---|---|---|---|
| · | Middle Dot | U+00B7 | · | · | C2 B7 |
| · | Greek Ano Teleia | U+0387 | · | CE 87 | |
| • | Bullet | U+2022 | • | • | E2 80 A2 |
| ‧ | Hyphenation Point | U+2027 | ₁ | E2 80 A7 | |
| ∙ | Bullet Operator | U+2219 | ∙ | E2 88 99 | |
| ● | Black Circle | U+25CF | ● | E2 97 8F | |
| ⬤ | Black Large Circle | U+2B24 | ⬤ | E2 AC A4 |
Depending on your viewing application or font, the "bullet" char may seem very similar to either the Middle Dot or the Bullet.
Answer from RocketNuts on Stack OverflowW3Schools
w3schools.com › charsets › ref_html_entities_4.asp
HTML 4 Entity Names
This is an entity reference for HTML4.
Top answer 1 of 7
499
There are actually seven variants of this:
| char | description | unicode | html | html entity | utf-8 |
|---|---|---|---|---|---|
| · | Middle Dot | U+00B7 | · | · | C2 B7 |
| · | Greek Ano Teleia | U+0387 | · | CE 87 | |
| • | Bullet | U+2022 | • | • | E2 80 A2 |
| ‧ | Hyphenation Point | U+2027 | ₁ | E2 80 A7 | |
| ∙ | Bullet Operator | U+2219 | ∙ | E2 88 99 | |
| ● | Black Circle | U+25CF | ● | E2 97 8F | |
| ⬤ | Black Large Circle | U+2B24 | ⬤ | E2 AC A4 |
Depending on your viewing application or font, the "bullet" char may seem very similar to either the Middle Dot or the Bullet.
2 of 7
334
It's called a middle dot: ·
HTML entities:
···
In CSS:
\00B7
Videos
Text Symbols
text-symbols.com › html › entities-and-descriptions
Special HTML character entities for symbols
HTML entities for special characters that are widely used. And these symbols' names as well.
Toptal
toptal.com › designers › htmlarrows › punctuation › two-dot-punctuation
Two Dot Punctuation HTML Symbol, Character and Entity Codes — HTML Arrows
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Two Dot Punctuation, plus a panoply of others.
VNTweb
vntweb.co.uk › home › html › html character code for the dot
HTML Character Code for the Dot - VNTweb
December 24, 2020 - The dot was to be of sufficient size to be readily seen as a divider. Approaches to adding special characters are either by a corresponding code, or where it exists, a short code. ... The Unicode value is given in hex, whilst the HTML code value is decimal.
Toptal
toptal.com › designers › htmlarrows › punctuation › bullet
Bullet HTML Symbol, Character and Entity Codes — HTML Arrows
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Bullet, plus a panoply of others.
Wikipedia
en.wikipedia.org › wiki › List_of_XML_and_HTML_character_entity_references
List of XML and HTML character entity references - Wikipedia
February 15, 2026 - However the XML and HTML standards restrict the usable code points to a set of valid values, which is a subset of UCS/Unicode code point values, that excludes all code points assigned to non-characters or to surrogates, and most code points assigned to C0 and C1 controls (with the exception of line separators and tabulations treated as white spaces). By contrast, a character entity reference refers to a sequence of one or more characters by the name of an entity which has the desired characters as its replacement text.
HTML Symbols
htmlsymbols.xyz › unicode › U+00B7
· - Middle dot (U+00B7) - HTML Symbols
Detailed information about the Unicode character 'Middle dot' with code point U+00B7 that can be used as a symbol or icon on your site.
W3C
w3.org › wiki › Common_HTML_entities_used_for_typography
Common HTML entities used for typography - W3C Wiki
The middle dot is an anachronistic analogue to the decimal point, still used by some designers to enumerate amounts of decimalized currency. HTML also provides references to the code positions for one-quarter and three-quarters fractions.
Oinam
oinam.github.io › entities
Character Entities for HTML, CSS and Javascript
Open Source by Oinam
GeeksforGeeks
geeksforgeeks.org › html › html-entities
HTML Entities - GeeksforGeeks
January 30, 2026 - These characters are either reserved for HTML or those which are not present in the basic keyboard & can't use them directly. Some of the reserved characters representations are given below: Some characters that aren’t available directly on our keyboard, therefore such an entity can be used to represent it by using their entity number.
Mimo
mimo.org › glossary › html › entities
HTML Entities: Syntax, Usage, and Examples
Each HTML entity consists of an ampersand (&), followed by a name or number, and ends with a semicolon (;).
Educative
educative.io › answers › how-to-create-the-bullet-symbol-in-html
How to create the bullet symbol in HTML
You can create a bullet symbol in HTML using an entity name, entity number, or hexadecimal.
W3Schools
w3schools.com › html › html_entities.asp
HTML Character Entities
If you use the less than (<) or greater than (>) signs in your HTML text, the browser might mix them with tags. Entity names or entity numbers can be used to display reserved HTML characters.
W3Schools
w3schools.com › charsets › ref_utf_punctuation.asp
HTML Unicode General Punctuation
If the character does not have an HTML entity, use the (dec)imal or (hex)adecimal value.