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 Overflow
🌐
freeCodeCamp
freecodecamp.org › news › dot-symbol-bullet-point-in-html-unicode
Dot Symbol – Bullet Point in HTML Unicode
April 14, 2022 - So, it becomes &#x2022;. ... <h1>Languages of the web</h1> <h3>&#x2022; HTML</h3> <h3>&#x2022; CSS</h3> <h3>&#x2022; JavaScript</h3> <h3>&#x2022; PHP</h3> Apart from the &#x2022; Unicode character, you can also use &bull; and &#8226; HTML entitles ...
🌐
Toptal
toptal.com › designers › htmlarrows › punctuation › middle-dot
Middle Dot HTML Symbol, Character and Entity Codes — HTML Arrows
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Middle Dot, plus a panoply of others.
🌐
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.
Find elsewhere
🌐
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.
🌐
HTML Symbols
htmlsymbols.net › punctuation › middle-dot
· Middle Dot HTML Symbol, Unicode, HTML & CSS Code
Find the Middle Dot (· ) HTML symbol with Unicode, HTML entity, HEX and CSS code. Copy the symbol and codes for use in web pages, documents, and apps.
🌐
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.
🌐
SourceTrail
sourcetrail.com › home › html › solved: html dot symbol
Solved: dot symbol in HTML - SourceTrail
September 11, 2023 - This code line displays a paragraph on a web page that states “The HTML code for the dot symbol is •”. ... . The character is “bullet” and the entity code is “http://www.w3.org/TR/html4/loose.dtd”> .
🌐
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.
🌐
Help2code
help2code.com › html-entities › diacritical-marks › middle-dot
HTML Entity - Middle Dot / Interpoint - Help2Code
html entity middle dot html less than sign html cent html greater than or equal ellipsis html code one half fraction alpha html
🌐
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.