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
ס (HEBREW LETTER SAMEKH) is the Unicode character at code point U+05E1. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05E1 | |
| decimal | 1505 | |
| htmldecimal | ס | |
| htmlhex | ס | |
| css | \05E1 | |
| javascript | \u{5E1} | |
| python | \u05e1 | |
| java | \u05E1 | |
| go | \u05E1 | |
| ruby | \u{5E1} | |
| rust | \u{5E1} | |
| ccpp | \u05e1 | |
| urlencoded | %D7%A1 | |
| utf8bytes | d7 a1 | |
| utf16bebytes | 05 e1 | |
| utf32bebytes | 00 00 05 e1 |
How to Use
HTML:
ס
CSS:
content: "\05E1"
JavaScript:
"\u{5E1}"
Python:
"\u05e1"
Properties
Frequently Asked Questions
What is the ס character (HEBREW LETTER SAMEKH)?
ס (HEBREW LETTER SAMEKH) is the Unicode character U+05E1.
What is the Unicode codepoint of HEBREW LETTER SAMEKH?
The HEBREW LETTER SAMEKH character (ס) has codepoint U+05E1.
How do I type or copy HEBREW LETTER SAMEKH?
Copy ס directly, or use the HTML entity, UTF-8, and code encodings shown on this page.