Gujarati Abbreviation Sign

Shortcodes

Copy and paste codes for Gujarati Abbreviation Sign symbol ૰ to use in your websites, apps, blogs, and more.

Unicode
U+0AF0
HTML Code
૰
HEX Code
૰
CSS Code
\AF0
JS/JSON
\u0AF0
Unix/C/PHP/JAVA
0xAF0
URL-encode
%E0%AB%B0
copied

Customize Gujarati Abbreviation Sign Symbol

Customize ૰ symbol as you like and download Gujarati Abbreviation Sign 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 Gujarati Abbreviation Sign symbol in HTML, CSS, and JS?

Insert ૰ Gujarati Abbreviation Sign using HTML

1. Copy-paste Gujarati Abbreviation Sign directly:
<span>૰</span>
2. HTML Decimal Code:
<span>&#2800;</span>
3. Hexadecimal Code:
<span>&#x0AF0;</span>
Preview:

Add Gujarati Abbreviation Sign symbol with CSS

.gujarati-abbreviation-sign::before {
    content: '\\AF0';
}
Preview: Gujarati Abbreviation Sign

Gujarati Abbreviation Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.gujarati-abbreviation-sign').textContent = '૰';
2. Unicode Escape for ૰:
document.querySelector('.gujarati-abbreviation-sign').textContent = '\u0AF0';
Preview: