Sinhala Punctuation Kunddaliya

Shortcodes

Copy useful codes for sinhala punctuation kunddaliya symbol ෴ to use in websites, apps, blogs, and docs.

Unicode
U+0DF4
HTML Code
෴
HEX Code
෴
CSS Code
\0DF4
JS/JSON
\u0DF4
Unix/C/PHP/JAVA
0xDF4
URL-encode
%E0%B7%B4

Customize Sinhala Punctuation Kunddaliya

Customize ෴, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Sinhala Punctuation Kunddaliya Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>෴</span>
HTML Code:
<span>&#3572;</span>
HEX Code:
<span>&#x0DF4;</span>

Add with CSS

.sinhala-punctuation-kunddaliya::before {
  content: '\\0DF4';
}

Set it in JavaScript

document.querySelector('.sinhala-punctuation-kunddaliya').textContent = '෴';
copied