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

What is Unicode character ȵ?

The Unicode character ȵ U+0235 is Latin Small Letter N With Curl in the Latin Extended B block.

What does the Unicode character ȵ represent?

The Unicode character ȵ represents Latin Small Letter N With Curl.

What is the Unicode code point for ȵ?

The Unicode code point for ȵ is U+0235.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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