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' : ''">
ੁ
Overview
ੁ (GURMUKHI VOWEL SIGN U) is the Unicode character at code point U+0A41. It belongs to the Gurmukhi block, in the Nonspacing Mark (Mn) general category. Its script is Guru.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0A41 | |
| decimal | 2625 | |
| htmldecimal | ੁ | |
| htmlhex | ੁ | |
| css | \0A41 | |
| javascript | \u{A41} | |
| python | \u0a41 | |
| java | \u0A41 | |
| go | \u0A41 | |
| ruby | \u{A41} | |
| rust | \u{A41} | |
| ccpp | \u0a41 | |
| urlencoded | %E0%A9%81 | |
| utf8bytes | e0 a9 81 | |
| utf16bebytes | 0a 41 | |
| utf32bebytes | 00 00 0a 41 |
How to Use
HTML:
ੁ
CSS:
content: "\0A41"
JavaScript:
"\u{A41}"
Python:
"\u0a41"
Properties
Frequently Asked Questions
What is the ੁ character (GURMUKHI VOWEL SIGN U)?
ੁ (GURMUKHI VOWEL SIGN U) is the Unicode character U+0A41.
What is the Unicode codepoint of GURMUKHI VOWEL SIGN U?
The GURMUKHI VOWEL SIGN U character (ੁ) has codepoint U+0A41.
How do I type or copy GURMUKHI VOWEL SIGN U?
Copy ੁ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.