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 SHEEN) is the Unicode character at code point U+0634. 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+0634 | |
| decimal | 1588 | |
| htmldecimal | ش | |
| htmlhex | ش | |
| css | \0634 | |
| javascript | \u{634} | |
| python | \u0634 | |
| java | \u0634 | |
| go | \u0634 | |
| ruby | \u{634} | |
| rust | \u{634} | |
| ccpp | \u0634 | |
| urlencoded | %D8%B4 | |
| utf8bytes | d8 b4 | |
| utf16bebytes | 06 34 | |
| utf32bebytes | 00 00 06 34 |
How to Use
HTML:
ش
CSS:
content: "\0634"
JavaScript:
"\u{634}"
Python:
"\u0634"
Properties
Frequently Asked Questions
What is the ش character (ARABIC LETTER SHEEN)?
ش (ARABIC LETTER SHEEN) is the Unicode character U+0634.
What is the Unicode codepoint of ARABIC LETTER SHEEN?
The ARABIC LETTER SHEEN character (ش) has codepoint U+0634.
How do I type or copy ARABIC LETTER SHEEN?
Copy ش directly, or use the HTML entity, UTF-8, and code encodings shown on this page.