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