Css Styling

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

Latin Extended A

Code Snippets

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

What is Unicode character ij?

The Unicode character ij U+0133 is Latin Small Ligature Ij in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ij?

The uppercase equivalent of the Unicode character ij is IJ (U+0132).

What does the Unicode character ij represent?

The Unicode character ij represents Latin Small Ligature Ij.

What is the Unicode code point for ij?

The Unicode code point for ij is U+0133.

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

The appearance of the ij character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Ligature Ij remains consistent.

How can I ensure the ij 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 ij character.

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

Unicode character ij 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 Compatibility
East Asian Width Ambiguous
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!