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
FULLWIDTH LATIN CAPITAL LETTER J
Overview
J (FULLWIDTH LATIN CAPITAL LETTER J) is the Unicode character at code point U+FF2A. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF2A | |
| decimal | 65322 | |
| htmldecimal | J | |
| htmlhex | J | |
| css | \FF2A | |
| javascript | \u{FF2A} | |
| python | \uff2a | |
| java | \uFF2A | |
| go | \uFF2A | |
| ruby | \u{FF2A} | |
| rust | \u{FF2A} | |
| ccpp | \uff2a | |
| urlencoded | %EF%BC%AA | |
| utf8bytes | ef bc aa | |
| utf16bebytes | ff 2a | |
| utf32bebytes | 00 00 ff 2a |
How to Use
HTML:
J
CSS:
content: "\FF2A"
JavaScript:
"\u{FF2A}"
Python:
"\uff2a"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 004A
Frequently Asked Questions
What is the J character (FULLWIDTH LATIN CAPITAL LETTER J)?
J (FULLWIDTH LATIN CAPITAL LETTER J) is the Unicode character U+FF2A.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER J?
The FULLWIDTH LATIN CAPITAL LETTER J character (J) has codepoint U+FF2A.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER J?
Copy J directly, or use the HTML entity, UTF-8, and code encodings shown on this page.