Telugu Sign Siddham

Shortcodes

Copy useful codes for telugu sign siddham symbol ౷ to use in websites, apps, blogs, and docs.

Unicode
U+0C77
HTML Code
౷
HEX Code
౷
CSS Code
\0C77
JS/JSON
\u0C77
Unix/C/PHP/JAVA
0xC77
URL-encode
%E0%B1%B7

Customize Telugu Sign Siddham

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

  

How to use Telugu Sign Siddham Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>౷</span>
HTML Code:
<span>&#3191;</span>
HEX Code:
<span>&#x0C77;</span>

Add with CSS

.telugu-sign-siddham::before {
  content: '\\0C77';
}

Set it in JavaScript

document.querySelector('.telugu-sign-siddham').textContent = '౷';
copied