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 LETTER A
Overview
अ (DEVANAGARI LETTER A) is the Unicode character at code point U+0905. It belongs to the Devanagari block, in the Other Letter (Lo) general category. Its script is Deva.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0905 | |
| decimal | 2309 | |
| htmldecimal | अ | |
| htmlhex | अ | |
| css | \0905 | |
| javascript | \u{905} | |
| python | \u0905 | |
| java | \u0905 | |
| go | \u0905 | |
| ruby | \u{905} | |
| rust | \u{905} | |
| ccpp | \u0905 | |
| urlencoded | %E0%A4%85 | |
| utf8bytes | e0 a4 85 | |
| utf16bebytes | 09 05 | |
| utf32bebytes | 00 00 09 05 |
How to Use
HTML:
अ
CSS:
content: "\0905"
JavaScript:
"\u{905}"
Python:
"\u0905"
Properties
- Block
- Devanagari
- Script
- Deva
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the अ character (DEVANAGARI LETTER A)?
अ (DEVANAGARI LETTER A) is the Unicode character U+0905.
What is the Unicode codepoint of DEVANAGARI LETTER A?
The DEVANAGARI LETTER A character (अ) has codepoint U+0905.
How do I type or copy DEVANAGARI LETTER A?
Copy अ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.