Css Styling

Size
ķ
15px
ķ
18px
ķ
21px
ķ
24px
ķ
27px
ķ
30px
ķ
33px
ķ
36px
ķ
42px
ķ
48px
ķ
54px
ķ
60px
ķ
66px
ķ
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ķ
Bold
ķ
Italic
ķ
Underline
ķ
Strikethrough
ķ
UpperCase
ķ
LowerCase
ķ
Oblique
A ķ
Subscript
A ķ
Superscript
ķ
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ķ
Arial
ķ
Times New Roman
ķ
Verdana
ķ
Courier New
ķ
Garamond
ķ
Georgia
ķ
Trebuchet MS
ķ
Tahoma
ķ
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ķ
White
ķ
Brown
ķ
Maroon
ķ
Magenta
ķ
Red
ķ
Orange
ķ
Yellow
ķ
Green
ķ
Teal
ķ
Cyan
ķ
Blue
ķ
Violet
ķ
Purple
ķ
Indigo
ķ
Gray
ķ
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ķ
White
ķ
Brown
ķ
Maroon
ķ
Magenta
ķ
Red
ķ
Orange
ķ
Yellow
ķ
Green
ķ
Teal
ķ
Cyan
ķ
Blue
ķ
Violet
ķ
Purple
ķ
Indigo
ķ
Gray
ķ
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#311;</p>
📋
CSS .selector { content: '\0137' };
📋
JS var unicodeA = '\u0137 ';
📋
CPP char unicodeA = ' \u0137 ';
📋
Java char unicodeA = '\u0137';
📋
Python unicodeA = '\u0137'
📋

What is Unicode character ķ?

The Unicode character ķ U+0137 is Latin Small Letter K With Cedilla in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ķ?

The uppercase equivalent of the Unicode character ķ is Ķ (U+0136).

What does the Unicode character ķ represent?

The Unicode character ķ represents Latin Small Letter K With Cedilla.

What is the Unicode code point for ķ?

The Unicode code point for ķ is U+0137.

Is the appearance of the ķ character consistent across all platforms?

The appearance of the ķ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter K With Cedilla remains consistent.

How can I ensure the ķ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ķ character.

In which version was Unicode character ķ released, and to which block of characters does it belong?

Unicode character ķ was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
Decomposition Type Canonical Decomposition
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!