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

What is Unicode character ǰ?

The Unicode character ǰ U+01F0 is Latin Small Letter J With Caron in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ǰ?

The uppercase equivalent of the Unicode character ǰ is J (U+004A).

What does the Unicode character ǰ represent?

The Unicode character ǰ represents Latin Small Letter J With Caron.

What is the Unicode code point for ǰ?

The Unicode code point for ǰ is U+01F0.

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 J With Caron 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 B 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 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!