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>&#326;</p>
📋
CSS .selector { content: '\0146' };
📋
JS var unicodeA = '\u0146 ';
📋
CPP char unicodeA = ' \u0146 ';
📋
Java char unicodeA = '\u0146';
📋
Python unicodeA = '\u0146'
📋

What is Unicode character ņ?

The Unicode character ņ U+0146 is Latin Small Letter N 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+0145).

What does the Unicode character ņ represent?

The Unicode character ņ represents Latin Small Letter N With Cedilla.

What is the Unicode code point for ņ?

The Unicode code point for ņ is U+0146.

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 N 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!