Gujarati Abbreviation Sign

Shortcodes

Copy useful codes for gujarati abbreviation sign ૰ to use in websites, apps, blogs, and docs.

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

Customize Gujarati Abbreviation Sign

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

  

How to use Gujarati Abbreviation Sign in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>૰</span>
HTML Code:
<span>&#2800;</span>
HEX Code:
<span>&#x0AF0;</span>

Add with CSS

.gujarati-abbreviation-sign::before {
  content: '\\0AF0';
}

Set it in JavaScript

document.querySelector('.gujarati-abbreviation-sign').textContent = '૰';
copied