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 POINT SIN DOT) is the Unicode character at code point U+05C2. It belongs to the Hebrew block, in the Nonspacing Mark (Mn) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05C2 | |
| decimal | 1474 | |
| htmldecimal | ׂ | |
| htmlhex | ׂ | |
| css | \05C2 | |
| javascript | \u{5C2} | |
| python | \u05c2 | |
| java | \u05C2 | |
| go | \u05C2 | |
| ruby | \u{5C2} | |
| rust | \u{5C2} | |
| ccpp | \u05c2 | |
| urlencoded | %D7%82 | |
| utf8bytes | d7 82 | |
| utf16bebytes | 05 c2 | |
| utf32bebytes | 00 00 05 c2 |
How to Use
HTML:
ׂ
CSS:
content: "\05C2"
JavaScript:
"\u{5C2}"
Python:
"\u05c2"
Properties
Frequently Asked Questions
What is the ׂ character (HEBREW POINT SIN DOT)?
ׂ (HEBREW POINT SIN DOT) is the Unicode character U+05C2.
What is the Unicode codepoint of HEBREW POINT SIN DOT?
The HEBREW POINT SIN DOT character (ׂ) has codepoint U+05C2.
How do I type or copy HEBREW POINT SIN DOT?
Copy ׂ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.