Dot Above

˙

Shortcodes

Copy and paste codes for Dot Above symbol ˙ to use in your websites, apps, blogs, and more.

Unicode
U+02D9
HTML Code
˙
HEX Code
˙
CSS Code
\2D9
JS/JSON
\u02D9
Unix/C/PHP/JAVA
0x2D9
URL-encode
%CB%99
copied

Customize Dot Above Symbol

Customize ˙ symbol as you like and download Dot Above as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
˙
 

How to add Dot Above symbol in HTML, CSS, and JS?

Insert ˙ Dot Above using HTML

1. Copy-paste Dot Above directly:
<span>˙</span>
2. HTML Decimal Code:
<span>&#729;</span>
3. Hexadecimal Code:
<span>&#x02D9;</span>
Preview: ˙

Add Dot Above symbol with CSS

.dot-above::before {
    content: '\\2D9';
}
Preview: Dot Above

Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.dot-above').textContent = '˙';
2. Unicode Escape for ˙:
document.querySelector('.dot-above').textContent = '\u02D9';
Preview: ˙