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' : ''">
ᛎ
RUNIC LETTER Z
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+16CE | |
| decimal | 5838 | |
| htmldecimal | ᛎ | |
| htmlhex | ᛎ | |
| css | \16CE | |
| javascript | \u{16CE} | |
| python | \u16ce | |
| java | \u16CE | |
| go | \u16CE | |
| ruby | \u{16CE} | |
| rust | \u{16CE} | |
| ccpp | \u16ce | |
| urlencoded | %E1%9B%8E | |
| utf8bytes | e1 9b 8e | |
| utf16bebytes | 16 ce | |
| utf32bebytes | 00 00 16 ce |
How to Use
HTML:
ᛎ
CSS:
content: "\16CE"
JavaScript:
"\u{16CE}"
Python:
"\u16ce"