copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ः'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ः
DEVANAGARI SIGN VISARGA
Overview
ः (DEVANAGARI SIGN VISARGA) is the Unicode character at code point U+0903. It belongs to the Devanagari block, in the Spacing Mark (Mc) general category. Its script is Deva.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0903 | |
| decimal | 2307 | |
| htmldecimal | ः | |
| htmlhex | ः | |
| css | \0903 | |
| javascript | \u{903} | |
| python | \u0903 | |
| java | \u0903 | |
| go | \u0903 | |
| ruby | \u{903} | |
| rust | \u{903} | |
| ccpp | \u0903 | |
| urlencoded | %E0%A4%83 | |
| utf8bytes | e0 a4 83 | |
| utf16bebytes | 09 03 | |
| utf32bebytes | 00 00 09 03 |
How to Use
HTML:
ः
CSS:
content: "\0903"
JavaScript:
"\u{903}"
Python:
"\u0903"
Properties
- Block
- Devanagari
- Script
- Deva
- Category
- Spacing Mark (Mc)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ः character (DEVANAGARI SIGN VISARGA)?
ः (DEVANAGARI SIGN VISARGA) is the Unicode character U+0903.
What is the Unicode codepoint of DEVANAGARI SIGN VISARGA?
The DEVANAGARI SIGN VISARGA character (ः) has codepoint U+0903.
How do I type or copy DEVANAGARI SIGN VISARGA?
Copy ः directly, or use the HTML entity, UTF-8, and code encodings shown on this page.