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
ۇ (ARABIC LETTER U) is the Unicode character at code point U+06C7. It belongs to the Arabic block, in the Other Letter (Lo) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+06C7 | |
| decimal | 1735 | |
| htmldecimal | ۇ | |
| htmlhex | ۇ | |
| css | \06C7 | |
| javascript | \u{6C7} | |
| python | \u06c7 | |
| java | \u06C7 | |
| go | \u06C7 | |
| ruby | \u{6C7} | |
| rust | \u{6C7} | |
| ccpp | \u06c7 | |
| urlencoded | %DB%87 | |
| utf8bytes | db 87 | |
| utf16bebytes | 06 c7 | |
| utf32bebytes | 00 00 06 c7 |
How to Use
HTML:
ۇ
CSS:
content: "\06C7"
JavaScript:
"\u{6C7}"
Python:
"\u06c7"
Properties
Frequently Asked Questions
What is the ۇ character (ARABIC LETTER U)?
ۇ (ARABIC LETTER U) is the Unicode character U+06C7.
What is the Unicode codepoint of ARABIC LETTER U?
The ARABIC LETTER U character (ۇ) has codepoint U+06C7.
How do I type or copy ARABIC LETTER U?
Copy ۇ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.