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 B

Code Snippets

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

What is Unicode character ǹ?

The Unicode character ǹ U+01F9 is Latin Small Letter N With Grave in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ǹ?

The uppercase equivalent of the Unicode character ǹ is Ǹ (U+01F8).

What does the Unicode character ǹ represent?

The Unicode character ǹ represents Latin Small Letter N With Grave.

What is the Unicode code point for ǹ?

The Unicode code point for ǹ is U+01F9.

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 Grave 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 3.0, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
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!