Accented J characters
Compare 3 verified accented J characters: 1 uppercase and 2 lowercase forms, with 2 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented J
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ĵ | Uppercase | U+0134 | LATIN CAPITAL LETTER J WITH CIRCUMFLEX | Ĵ | Ĵ | Ĵ | |
ĵ | Lowercase | U+0135 | LATIN SMALL LETTER J WITH CIRCUMFLEX | ĵ | ĵ | ĵ | |
ǰ | Lowercase | U+01F0 | LATIN SMALL LETTER J WITH CARON | ǰ | ǰ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ĵ | U+0134 | U+004A + U+0302 | U+004A + U+0302 |
ĵ | U+0135 | U+006A + U+0302 | U+006A + U+0302 |
ǰ | U+01F0 | U+006A + U+030C | U+006A + U+030C |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG