One Dot Over Two Dots Punctuation

Shortcodes

Copy and paste codes for One Dot Over Two Dots Punctuation symbol ⸫ to use in your websites, apps, blogs, and more.

Unicode
U+2E2B
HTML Code
⸫
HEX Code
⸫
CSS Code
\2E2B
JS/JSON
\u2E2B
Unix/C/PHP/JAVA
0x2E2B
URL-encode
%E2%B8%AB
copied

Customize One Dot Over Two Dots Punctuation Symbol

Customize ⸫ symbol as you like and download One Dot Over Two Dots Punctuation 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 One Dot Over Two Dots Punctuation symbol in HTML, CSS, and JS?

Insert ⸫ One Dot Over Two Dots Punctuation using HTML

1. Copy-paste One Dot Over Two Dots Punctuation directly:
<span>⸫</span>
2. HTML Decimal Code:
<span>&#11819;</span>
3. Hexadecimal Code:
<span>&#x2E2B;</span>
Preview:

Add One Dot Over Two Dots Punctuation symbol with CSS

.one-dot-over-two-dots-punctuation::before {
    content: '\\2E2B';
}
Preview: One Dot Over Two Dots Punctuation

One Dot Over Two Dots Punctuation JavaScript Code

1. Direct Symbol:
document.querySelector('.one-dot-over-two-dots-punctuation').textContent = '⸫';
2. Unicode Escape for ⸫:
document.querySelector('.one-dot-over-two-dots-punctuation').textContent = '\u2E2B';
Preview: