HTML Entity/Symbol⃜(COMBINING FOUR DOTS ABOVE )

Copy this symbol

COMBINING FOUR DOTS ABOVE

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

⃜
⃜
U+020DC
\20dc
⃜

HTML Examples

Using HTML Code value in HTML file

<span> &#8412; </span>

Using HTML Entity value in HTML file

<span> &DotDot; </span>

CSS Example

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

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