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' : ''">
ם
HEBREW LETTER FINAL MEM
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05DD | |
| decimal | 1501 | |
| htmldecimal | ם | |
| htmlhex | ם | |
| css | \05DD | |
| javascript | \u{5DD} | |
| python | \u05dd | |
| java | \u05DD | |
| go | \u05DD | |
| ruby | \u{5DD} | |
| rust | \u{5DD} | |
| ccpp | \u05dd | |
| urlencoded | %D7%9D | |
| utf8bytes | d7 9d | |
| utf16bebytes | 05 dd | |
| utf32bebytes | 00 00 05 dd |
How to Use
HTML:
ם
CSS:
content: "\05DD"
JavaScript:
"\u{5DD}"
Python:
"\u05dd"