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
Ј (CYRILLIC CAPITAL LETTER JE) is the Unicode character at code point U+0408. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0408 | |
| decimal | 1032 | |
| htmldecimal | Ј | |
| htmlhex | Ј | |
| css | \0408 | |
| javascript | \u{408} | |
| python | \u0408 | |
| java | \u0408 | |
| go | \u0408 | |
| ruby | \u{408} | |
| rust | \u{408} | |
| ccpp | \u0408 | |
| urlencoded | %D0%88 | |
| utf8bytes | d0 88 | |
| utf16bebytes | 04 08 | |
| utf32bebytes | 00 00 04 08 |
How to Use
HTML:
Ј
CSS:
content: "\0408"
JavaScript:
"\u{408}"
Python:
"\u0408"
Properties
Frequently Asked Questions
What is the Ј character (CYRILLIC CAPITAL LETTER JE)?
Ј (CYRILLIC CAPITAL LETTER JE) is the Unicode character U+0408.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER JE?
The CYRILLIC CAPITAL LETTER JE character (Ј) has codepoint U+0408.
How do I type or copy CYRILLIC CAPITAL LETTER JE?
Copy Ј directly, or use the HTML entity, UTF-8, and code encodings shown on this page.