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