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