Telugu Sign Siddham

Shortcodes

Copy and paste codes for Telugu Sign Siddham symbol ౷ to use in your websites, apps, blogs, and more.

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

Customize Telugu Sign Siddham Symbol

Customize ౷ symbol as you like and download Telugu Sign Siddham 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 Telugu Sign Siddham symbol in HTML, CSS, and JS?

Insert ౷ Telugu Sign Siddham using HTML

1. Copy-paste Telugu Sign Siddham directly:
<span>౷</span>
2. HTML Decimal Code:
<span>&#3191;</span>
3. Hexadecimal Code:
<span>&#x0C77;</span>
Preview:

Add Telugu Sign Siddham symbol with CSS

.telugu-sign-siddham::before {
    content: '\\C77';
}
Preview: Telugu Sign Siddham

Telugu Sign Siddham JavaScript Code

1. Direct Symbol:
document.querySelector('.telugu-sign-siddham').textContent = '౷';
2. Unicode Escape for ౷:
document.querySelector('.telugu-sign-siddham').textContent = '\u0C77';
Preview: