About Gurmukhi Digit Zero
Gurmukhi Digit Zero is the Unicode character ੦ at codepoint U+0A66 in the Gurmukhi block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Gurmukhi Digit Zero
To use the Gurmukhi Digit Zero symbol (੦) in HTML, insert the
entity ੦ directly into your markup. The decimal entity ੦ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\A66';.
In JavaScript and TypeScript the escape '\u0A66' evaluates to ੦. In Python source, write '\u0A66'.
The character encodes to E0 A9 A6 as UTF-8 bytes and 0A66 as UTF-16 code units. Its decimal codepoint is 2662.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.