HTML Entity/Symbol⃛(COMBINING THREE DOTS ABOVE )

Copy this symbol

COMBINING THREE DOTS ABOVE

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

⃛
⃛
U+020DB
\20db
⃛

HTML Examples

Using HTML Code value in HTML file

<span> &#8411; </span>

Using HTML Entity value in HTML file

<span> &tdot; </span>

CSS Example

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

span { 
    content: "\20db";
}
All HTML Symbols