HTML Entity/Symbol˙(DOT ABOVE )

˙
Copy this symbol

DOT ABOVE

Click on any of the following code values to copy to clipboard.

˙
˙
U+002D9
\02d9
˙

HTML Examples

Using HTML Code value in HTML file

<span> &#729; </span>

Using HTML Entity value in HTML file

<span> &DiacriticalDot; </span>

CSS Example

Using CSS content code of the HTML entity &DiacriticalDot; to specify in a CSS file

span { 
    content: "\02d9";
}
All HTML Symbols