copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('J'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
J
LATIN CAPITAL LETTER J
Overview
J (LATIN CAPITAL LETTER J) is the Unicode character at code point U+004A. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+004A | |
| decimal | 74 | |
| htmldecimal | J | |
| htmlhex | J | |
| css | \004A | |
| javascript | \u{4A} | |
| python | \u004a | |
| java | \u004A | |
| go | \u004A | |
| ruby | \u{4A} | |
| rust | \u{4A} | |
| ccpp | \u004a | |
| urlencoded | J | |
| utf8bytes | 4a | |
| utf16bebytes | 00 4a | |
| utf32bebytes | 00 00 00 4a |
How to Use
HTML:
J
CSS:
content: "\004A"
JavaScript:
"\u{4A}"
Python:
"\u004a"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the J character (LATIN CAPITAL LETTER J)?
J (LATIN CAPITAL LETTER J) is the Unicode character U+004A.
What is the Unicode codepoint of LATIN CAPITAL LETTER J?
The LATIN CAPITAL LETTER J character (J) has codepoint U+004A.
How do I type or copy LATIN CAPITAL LETTER J?
Copy J directly, or use the HTML entity, UTF-8, and code encodings shown on this page.