<tutorialjinni.com/>

HTML Middle Dot Code

HTML Code &#183; ·
CSS3 Code \00B7
HTML Entity &middot;
Hex Code &#xb7;
UNICODE U+000B7
URL %26%23183%3B
Category HTML Punctuation Marks Symbols Code

Usage Examples


To use Middle Dot in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
    span {
      content: "\00B7";
    }
</style>
To use Middle Dot in in-line HTML code you can use it "as it is" but, it is recommend that Middle Dot should be used like the following example code. Because it help in assigning special CSS to it.
    <!-- html usage -->
    <i>&#183;</i>
In order to send Middle Dot via a HTML form or via a query string it should be properly encoded. Following is the URL encoded format of Middle Dot. Do not forget to Decode it on the server side.
    https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-middle-dot-code=%26%23183%3B