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 AYIN) is the Unicode character at code point U+05E2. 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+05E2 | |
| decimal | 1506 | |
| htmldecimal | ע | |
| htmlhex | ע | |
| css | \05E2 | |
| javascript | \u{5E2} | |
| python | \u05e2 | |
| java | \u05E2 | |
| go | \u05E2 | |
| ruby | \u{5E2} | |
| rust | \u{5E2} | |
| ccpp | \u05e2 | |
| urlencoded | %D7%A2 | |
| utf8bytes | d7 a2 | |
| utf16bebytes | 05 e2 | |
| utf32bebytes | 00 00 05 e2 |
How to Use
HTML:
ע
CSS:
content: "\05E2"
JavaScript:
"\u{5E2}"
Python:
"\u05e2"
Properties
Frequently Asked Questions
What is the ע character (HEBREW LETTER AYIN)?
ע (HEBREW LETTER AYIN) is the Unicode character U+05E2.
What is the Unicode codepoint of HEBREW LETTER AYIN?
The HEBREW LETTER AYIN character (ע) has codepoint U+05E2.
How do I type or copy HEBREW LETTER AYIN?
Copy ע directly, or use the HTML entity, UTF-8, and code encodings shown on this page.