Accented K characters
Compare 10 verified accented K characters: 5 uppercase and 5 lowercase forms, with 5 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented K
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+0136 | LATIN CAPITAL LETTER K WITH CEDILLA | Ķ | Ķ | Ķ | |
Ǩ | Uppercase | U+01E8 | LATIN CAPITAL LETTER K WITH CARON | Ǩ | Ǩ | None | |
Ḱ | Uppercase | U+1E30 | LATIN CAPITAL LETTER K WITH ACUTE | Ḱ | Ḱ | None | |
Ḳ | Uppercase | U+1E32 | LATIN CAPITAL LETTER K WITH DOT BELOW | Ḳ | Ḳ | None | |
Ḵ | Uppercase | U+1E34 | LATIN CAPITAL LETTER K WITH LINE BELOW | Ḵ | Ḵ | None | |
ķ | Lowercase | U+0137 | LATIN SMALL LETTER K WITH CEDILLA | ķ | ķ | ķ | |
ǩ | Lowercase | U+01E9 | LATIN SMALL LETTER K WITH CARON | ǩ | ǩ | None | |
ḱ | Lowercase | U+1E31 | LATIN SMALL LETTER K WITH ACUTE | ḱ | ḱ | None | |
ḳ | Lowercase | U+1E33 | LATIN SMALL LETTER K WITH DOT BELOW | ḳ | ḳ | None | |
ḵ | Lowercase | U+1E35 | LATIN SMALL LETTER K WITH LINE BELOW | ḵ | ḵ | 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+0136 | U+004B + U+0327 | U+004B + U+0327 |
Ǩ | U+01E8 | U+004B + U+030C | U+004B + U+030C |
Ḱ | U+1E30 | U+004B + U+0301 | U+004B + U+0301 |
Ḳ | U+1E32 | U+004B + U+0323 | U+004B + U+0323 |
Ḵ | U+1E34 | U+004B + U+0331 | U+004B + U+0331 |
ķ | U+0137 | U+006B + U+0327 | U+006B + U+0327 |
ǩ | U+01E9 | U+006B + U+030C | U+006B + U+030C |
ḱ | U+1E31 | U+006B + U+0301 | U+006B + U+0301 |
ḳ | U+1E33 | U+006B + U+0323 | U+006B + U+0323 |
ḵ | U+1E35 | U+006B + U+0331 | U+006B + U+0331 |
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